mirror of
https://github.com/Squareville/wonderland-server.git
synced 2026-02-04 21:23:28 -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;
|
|
};
|