DarkflameServer/dScripts/VeMech.cpp

7 lines
116 B
C++
Raw Normal View History

#include "VeMech.h"
2022-07-28 13:39:57 +00:00
void VeMech::OnStartup(Entity* self) {
BaseEnemyMech::OnStartup(self);
qbTurretLOT = 8432;
}