DarkflameServer/dScripts/VeMech.h

8 lines
130 B
C
Raw Normal View History

#pragma once
#include "BaseEnemyMech.h"
class VeMech : public BaseEnemyMech {
public:
2022-07-28 13:39:57 +00:00
void OnStartup(Entity* self) override;
};