DarkflameServer/dScripts/ZoneAgMedProperty.h
2021-12-05 18:54:36 +01:00

7 lines
153 B
C++

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