DarkflameServer/dScripts/02_server/Enemy/AM/AmDarklingMech.h

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

10 lines
162 B
C
Raw Normal View History

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