DDraceNetwork Documentation
Loading...
Searching...
No Matches
mod.h
Go to the documentation of this file.
1#ifndef GAME_SERVER_GAMEMODES_MOD_H
2#define GAME_SERVER_GAMEMODES_MOD_H
3
5
7{
8public:
11
12 void Tick() override;
13};
14#endif // GAME_SERVER_GAMEMODES_MOD_H
Definition gamecontext.h:106
Definition mod.h:7
void Tick() override
Definition mod.cpp:21
Definition gamecontroller.h:19
Definition vmath.h:15