mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-01-01 16:51:08 -06:00
7 lines
116 B
C++
7 lines
116 B
C++
#include "VeMech.h"
|
|
|
|
void VeMech::OnStartup(Entity* self) {
|
|
BaseEnemyMech::OnStartup(self);
|
|
qbTurretLOT = 8432;
|
|
}
|