Add entity info
This commit is contained in:
parent
0958a8c272
commit
58df618956
4 changed files with 250 additions and 39 deletions
|
|
@ -36,6 +36,8 @@ export interface INPCData {
|
|||
dead: boolean;
|
||||
}
|
||||
|
||||
export type TFullNPC = INPC & INPCData;
|
||||
|
||||
export enum NPC {
|
||||
BECKY = "BECKY",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue