mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-23 14:07:20 +00:00
192948a87f
- TEMP: Adds guilds gating. - FV Guild Master script added which will toggle the guild UI.
8 lines
149 B
C++
8 lines
149 B
C++
#pragma once
|
|
#include "CppScripts.h"
|
|
|
|
class FvGuildCreate : public CppScripts::Script {
|
|
public:
|
|
void OnUse(Entity* self, Entity* user) override;
|
|
};
|