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

7 lines
147 B
C++

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