Battle State
data class BattleState(var currentBattleInfo: StateFlow<BattleInfo?>, var battleUsers: StateFlow<List<SeatUserInfo>>, var battleScore: StateFlow<Map<String, Int>>)
PK related state data provided by BattleStore.
Constructors
Link copied to clipboard
constructor(currentBattleInfo: StateFlow<BattleInfo?>, battleUsers: StateFlow<List<SeatUserInfo>>, battleScore: StateFlow<Map<String, Int>>)