Interface WorldTurnNPCUpdate

interface WorldTurnNPCUpdate {
    direction: Direction;
    npcID: string;
    wasInteracted?: boolean;
}

Properties

direction: Direction
npcID: string
wasInteracted?: boolean