Interface WorldNPCUpdate

interface WorldNPCUpdate {
    direction: Direction;
    npcID: string;
}

Properties

Properties

direction: Direction
npcID: string