mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-10 14:57:06 +00:00
12 lines
213 B
C
12 lines
213 B
C
|
#ifndef FVRACESERVER_H
|
||
|
#define FVRACESERVER_H
|
||
|
|
||
|
#include "RaceImaginationServer.h"
|
||
|
|
||
|
class FvRaceServer : public RaceImaginationServer {
|
||
|
public:
|
||
|
void OnStartup(Entity* self) override;
|
||
|
};
|
||
|
|
||
|
#endif //!FVRACESERVER_H
|