Interface WorldNPCInteractRequest

interface WorldNPCInteractRequest {
    npcID: string;
}

Properties

Properties

npcID: string