Skip to content

Commit 70282f0

Browse files
committed
chore: generate interface
1 parent 200ee23 commit 70282f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/demoinfocs/game_state_interface.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ type GameState interface {
5555
GamePhase() common.GamePhase
5656
// IsWarmupPeriod returns whether the game is currently in warmup period according to CCSGameRulesProxy.
5757
IsWarmupPeriod() bool
58+
// IsFreezetimePeriod returns whether the game is currently in freezetime period according to CCSGameRulesProxy.
59+
IsFreezetimePeriod() bool
5860
// IsMatchStarted returns whether the match has started according to CCSGameRulesProxy.
5961
IsMatchStarted() bool
6062
// OvertimeCount returns the number of overtime according to CCSGameRulesProxy.

0 commit comments

Comments
 (0)