vopStateChangedNotification - Player->Host: Player reports state changes

interface StateChangedNotification {
    sessionId: string;
    timeStamp: string;
    unitState?: MainSchema.UnitState;
    playerState?: MainSchema.PlayerState;
    log?: MainSchema.LogEntry[];
}

Properties

sessionId: string
timeStamp: string
unitState?: MainSchema.UnitState
playerState?: MainSchema.PlayerState