Black Trigram (흑괘) - Korean Martial Arts Combat Simulator API - v0.3.13
    Preparing search index...

    Interface CombatLogEntry

    interface CombatLogEntry {
        english: string;
        id: string;
        korean: string;
        playerIndex?: number;
        timestamp: number;
        type: "attack" | "technique" | "damage" | "defend" | "stance" | "info";
    }
    Index

    Properties

    english: string
    id: string
    korean: string
    playerIndex?: number
    timestamp: number
    type: "attack" | "technique" | "damage" | "defend" | "stance" | "info"