Black Trigram (흑괘) - API Documentation - v0.2.10
    Preparing search index...

    Interface GameEvent

    interface GameEvent {
        data: Record<string, any>;
        id: string;
        message?: KoreanText;
        playerId?: string;
        timestamp: number;
        type: GameEventType;
    }
    Index

    Properties

    data: Record<string, any>
    id: string
    message?: KoreanText
    playerId?: string
    timestamp: number