DarkflameServer/dScripts/AmDarklingMech.h
2021-12-05 18:54:36 +01:00

13 lines
268 B
C++

#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;
};