mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-25 06:57:28 +00:00
12 lines
278 B
C
12 lines
278 B
C
|
#ifndef __NTPIPEVISIBILITYSERVER__H__
|
||
|
#define __NTPIPEVISIBILITYSERVER__H__
|
||
|
|
||
|
#include "CppScripts.h"
|
||
|
|
||
|
class NTPipeVisibilityServer : public CppScripts::Script {
|
||
|
public:
|
||
|
void OnRebuildComplete(Entity* self, Entity* target) override;
|
||
|
};
|
||
|
|
||
|
#endif //!__NTPIPEVISIBILITYSERVER__H__
|