mirror of
https://github.com/Squareville/wonderland-server.git
synced 2026-02-04 13:08:55 -06:00
7 lines
150 B
C++
7 lines
150 B
C++
#pragma once
|
|
#include "BasePropertyServer.h"
|
|
|
|
class ZoneFvProperty : public BasePropertyServer {
|
|
void SetGameVariables(Entity *self) override;
|
|
};
|