DarkflameServer/dScripts/VeMech.h

8 lines
133 B
C
Raw Normal View History

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