Loom Engine - v3.1.1
    Preparing search index...

    Interface PlayerCommand

    interface PlayerCommand {
        playerId: string;
        seq: number;
        actionId: string;
        targetId?: string;
    }
    Index

    Properties

    playerId: string
    seq: number
    actionId: string
    targetId?: string