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 GFRACESERVER_H
|
|
#define GFRACESERVER_H
|
|
|
|
#include "RaceImaginationServer.h"
|
|
|
|
class GfRaceServer : public RaceImaginationServer {
|
|
public:
|
|
void OnStartup(Entity* self) override;
|
|
};
|
|
|
|
#endif //!GFRACESERVER_H
|