feat(hs): add open-team-panel (S2C) and team-select (C2S) packets

This commit is contained in:
Acentech Dev
2026-07-20 23:22:33 +03:00
parent cc0b7abb44
commit f5e1f46444
8 changed files with 430 additions and 0 deletions

View File

@@ -4251,6 +4251,23 @@
<Fields>
</Fields>
</Packet>
<Packet>
<HeaderType>C1Header</HeaderType>
<Code>FA</Code>
<Name>HeykelSavasiTeamSelect</Name>
<Length>4</Length>
<Direction>ClientToServer</Direction>
<SentWhen>A player selects a team (Red or Blue) in the Heykel Savasi (Statue War) team selection panel.</SentWhen>
<CausedReaction>The server assigns the player to the requested team, if possible, and updates the event state accordingly.</CausedReaction>
<Fields>
<Field>
<Index>3</Index>
<Type>Byte</Type>
<Name>Team</Name>
<Description>1 = Red team, 2 = Blue team.</Description>
</Field>
</Fields>
</Packet>
</Packets>
<Enums>
<Enum>