DarkflameServer/dScripts/AgStromlingProperty.h

7 lines
140 B
C
Raw Normal View History

#pragma once
#include "CppScripts.h"
class AgStromlingProperty : public CppScripts::Script {
void OnStartup(Entity *self) override;
};