DarkflameServer/dScripts/02_server/Enemy/VE/VeMech.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
130 B
C
Raw Normal View History

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