DarkflameServer/dScripts/ZoneAgMedProperty.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
150 B
C
Raw Normal View History

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