group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
MatchStatus.hpp File Reference

Shared definitions for match status and state synchronization between server and clients. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  MatchStatePacket

Enumerations

enum class  MatchPhase : uint8_t {
  LOBBY , WARMUP , COUNTDOWN , IN_PROGRESS ,
  FINISHED
}

Detailed Description

Shared definitions for match status and state synchronization between server and clients.

Enumeration Type Documentation

◆ MatchPhase

enum class MatchPhase : uint8_t
strong
Enumerator
LOBBY 

Pre-match lobby phase; players are not yet spawned in-world.

WARMUP 
COUNTDOWN 
IN_PROGRESS 
FINISHED