mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-17 04:04:21 +00:00
7 lines
136 B
C++
7 lines
136 B
C++
#include "CppScripts.h"
|
|
|
|
class RegisterWithZoneControl : public CppScripts::Script {
|
|
public:
|
|
void OnStartup(Entity* self) override;
|
|
};
|