mirror of
https://github.com/DarwinAnim8or/DarkflameServerNostalgiaMax.git
synced 2026-01-07 06:10:54 -06:00
7 lines
153 B
C++
7 lines
153 B
C++
#pragma once
|
|
#include "BasePropertyServer.h"
|
|
|
|
class ZoneAgMedProperty : public BasePropertyServer {
|
|
void SetGameVariables(Entity *self) override;
|
|
};
|