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