DarkflameServer/dScripts/AmDarklingMech.h

13 lines
268 B
C
Raw Normal View History

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