DarkflameServer/dScripts/02_server/Map/General/NTNaomiDirtServer.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
237 B
C
Raw Normal View History

#ifndef NTNAOMIDIRTSERVER_H
#define NTNAOMIDIRTSERVER_H
#include "VisToggleNotifierServer.h"
class NTNaomiDirtServer : public VisToggleNotifierServer {
public:
void OnStartup(Entity* self) override;
};
#endif //!NTNAOMIDIRTSERVER_H