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

    Interface ActionFeedback

    Represents an action feedback indicator

    interface ActionFeedback {
        id: string;
        position: Position;
        text: string;
        textKorean: string;
        timestamp: number;
        type: ActionFeedbackType;
    }
    Index

    Properties

    id: string
    position: Position
    text: string
    textKorean: string
    timestamp: number