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