DarkflameServer/dScripts/ZoneAgMedProperty.h
2022-07-28 08:39:57 -05:00

7 lines
150 B
C++

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