mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-17 05:28:27 +00:00
Initial NPC script and gating
- TEMP: Adds guilds gating. - FV Guild Master script added which will toggle the guild UI.
This commit is contained in:
7
dScripts/ai/FV/FvGuildCreate.h
Normal file
7
dScripts/ai/FV/FvGuildCreate.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#include "CppScripts.h"
|
||||
|
||||
class FvGuildCreate : public CppScripts::Script {
|
||||
public:
|
||||
void OnUse(Entity* self, Entity* user) override;
|
||||
};
|
||||
Reference in New Issue
Block a user