DarkflameServer/dScripts/ZoneGfProperty.h

7 lines
150 B
C
Raw Normal View History

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