DarkflameServer/dScripts/ZoneFvProperty.h

7 lines
150 B
C
Raw Normal View History

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