mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-15 20:58:22 +00:00
12 lines
252 B
C
12 lines
252 B
C
|
#ifndef __NTNAOMIDIRTSERVER__H__
|
||
|
#define __NTNAOMIDIRTSERVER__H__
|
||
|
|
||
|
#include "VisToggleNotifierServer.h"
|
||
|
|
||
|
class NTNaomiDirtServer : public VisToggleNotifierServer {
|
||
|
public:
|
||
|
void OnStartup(Entity* self) override;
|
||
|
};
|
||
|
|
||
|
#endif //!__NTNAOMIDIRTSERVER__H__
|