initial commit
This commit is contained in:
12
src/Core/Gamemode.h
Normal file
12
src/Core/Gamemode.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
/**
|
||||
* Every gamemode supported by the game
|
||||
*/
|
||||
enum Gamemode {
|
||||
SPRINT,
|
||||
MARATHON,
|
||||
ULTRA,
|
||||
MASTER
|
||||
};
|
||||
Reference in New Issue
Block a user