@hanabi-live/game
    Preparing search index...

    Interface LogEntry

    interface LogEntry {
        text: string;
        turn: number;
    }
    Index

    Properties

    Properties

    text: string
    turn: number