You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/demoinfocs/game_state.go
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -37,10 +37,10 @@ type gameState struct {
37
37
isFreezetimebool
38
38
isMatchStartedbool
39
39
overtimeCountint
40
-
lastFlashlastFlash// Information about the last flash that exploded, used to find the attacker and projectile for player_blind events
41
-
currentDefuser*common.Player// Player currently defusing the bomb, if any
42
-
currentPlanter*common.Player// Player currently planting the bomb, if any
43
-
thrownGrenadesmap[*common.Player][]*common.Equipment// Information about every player's thrown grenades (from the moment they are thrown to the moment their effect is ended)
40
+
lastFlashlastFlash// Information about the last flash that exploded, used to find the attacker and projectile for player_blind events
41
+
currentDefuser*common.Player// Player currently defusing the bomb, if any
42
+
currentPlanter*common.Player// Player currently planting the bomb, if any
43
+
thrownGrenadesmap[*common.Player]map[common.EquipmentType]*common.Equipment// Information about every player's thrown grenades (from the moment they are thrown to the moment their effect is ended)
44
44
rulesgameRules
45
45
demoInfodemoInfoProvider
46
46
lastRoundStartEvent*events.RoundStart// Used to dispatch this event after a possible MatchStartedChanged event
0 commit comments