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

    Type Alias PlayerUpdateData

    PlayerUpdateData: Partial<PlayerState>

    Partial update data for player state.

    Korean: 플레이어 업데이트 데이터

    Allows updating specific player properties without replacing entire state.

    const update: PlayerUpdateData = {
    health: 75,
    ki: 50,
    currentStance: TrigramStance.GAM
    };