Added WidgetStates + ActiveWeaponSlot (#62)

This commit is contained in:
elb
2025-02-19 06:15:33 -05:00
committed by GitHub
parent 1aa957dd96
commit 438f80b911
3 changed files with 57 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ type Data struct {
IsInCharSelectionScreen bool
IsInLobby bool
HasMerc bool
ActiveWeaponSlot int
}
type Room struct {