mirror of
https://github.com/DarwinAnim8or/DarkflameServerNostalgiaMax.git
synced 2026-01-06 21:59:49 -06:00
6 lines
86 B
C++
6 lines
86 B
C++
#include "VeMech.h"
|
|
|
|
void VeMech::OnStartup(Entity *self) {
|
|
qbTurretLOT = 8432;
|
|
}
|