DarkflameServer/dScripts/ZoneNsProperty.h

7 lines
150 B
C
Raw Normal View History

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