group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
MatchStatus.hpp
Go to the documentation of this file.
1
3#pragma once
4
5enum class MatchPhase : uint8_t
6{
7 WARMUP,
11};
12
14{
16 float countdownTimer; // Time remaining in current phase, if applicable
17 int winnerId; // Player ID of winner, if in FINISHED phase
18};
MatchPhase
Definition MatchStatus.hpp:6
Definition MatchStatus.hpp:14
float countdownTimer
Definition MatchStatus.hpp:16
MatchPhase phase
Definition MatchStatus.hpp:15
int winnerId
Definition MatchStatus.hpp:17