DarkflameServer/dScripts/ai/FV/FvGuildCreate.h
Neal Spellman 192948a87f Initial NPC script and gating
- TEMP: Adds guilds gating.
- FV Guild Master script added which will toggle the guild UI.
2022-12-19 17:56:49 -05:00

8 lines
149 B
C++

#pragma once
#include "CppScripts.h"
class FvGuildCreate : public CppScripts::Script {
public:
void OnUse(Entity* self, Entity* user) override;
};