DarkflameServer/dScripts/ZoneNsMedProperty.h

7 lines
153 B
C
Raw Normal View History

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