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}; Copy
const update: PlayerUpdateData = { health: 75, ki: 50, currentStance: TrigramStance.GAM};
Partial update data for player state.
Korean: 플레이어 업데이트 데이터
Allows updating specific player properties without replacing entire state.