mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-14 12:18:22 +00:00
15954413ae
* rename rebuild to quickbuild * fix includes
12 lines
281 B
C++
12 lines
281 B
C++
#ifndef __NTPIPEVISIBILITYSERVER__H__
|
|
#define __NTPIPEVISIBILITYSERVER__H__
|
|
|
|
#include "CppScripts.h"
|
|
|
|
class NTPipeVisibilityServer : public CppScripts::Script {
|
|
public:
|
|
void OnQuickBuildComplete(Entity* self, Entity* target) override;
|
|
};
|
|
|
|
#endif //!__NTPIPEVISIBILITYSERVER__H__
|