mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 13:37:22 +00:00
7 lines
116 B
C++
7 lines
116 B
C++
#include "VeMech.h"
|
|
|
|
void VeMech::OnStartup(Entity* self) {
|
|
BaseEnemyMech::OnStartup(self);
|
|
qbTurretLOT = 8432;
|
|
}
|