mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2026-06-17 04:04:21 +00:00
feat: implement a bunch of basic scripts that don't really do anything
None of these do anything noticeable or break anything
This commit is contained in:
6
dScripts/02_server/DLU/RegisterWithZoneControl.h
Normal file
6
dScripts/02_server/DLU/RegisterWithZoneControl.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "CppScripts.h"
|
||||
|
||||
class RegisterWithZoneControl : public CppScripts::Script {
|
||||
public:
|
||||
void OnStartup(Entity* self) override;
|
||||
};
|
||||
Reference in New Issue
Block a user