DarkflameServer/dScripts/zone/PROPERTY/NS/ZoneNsProperty.h

7 lines
147 B
C
Raw Normal View History

#pragma once
#include "BasePropertyServer.h"
class ZoneNsProperty : public BasePropertyServer {
2022-07-28 13:39:57 +00:00
void SetGameVariables(Entity* self) override;
};