vopStartCommand - Host->Player: Host starts the player

interface StartCommand {
    sessionId: string;
    unitDefinition?: string;
    unitDefinitionType?: string;
    unitState?: MainSchema.UnitState;
    playerConfig?: MainSchema.PlayerConfig;
}

Hierarchy (view full)

Properties

sessionId: string
unitDefinition?: string
unitDefinitionType?: string
unitState?: MainSchema.UnitState
playerConfig?: MainSchema.PlayerConfig