DarkflameServer/dScripts/AgDarklingMech.h

7 lines
133 B
C
Raw Normal View History

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