DarkflameServer/dScripts/ZoneGfProperty.h
2021-12-05 18:54:36 +01:00

7 lines
150 B
C++

#pragma once
#include "BasePropertyServer.h"
class ZoneGfProperty : public BasePropertyServer {
void SetGameVariables(Entity *self) override;
};