DarkflameServer/dScripts/ai/AG/AgStromlingProperty.h

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

7 lines
137 B
C
Raw Normal View History

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