mirror of
https://github.com/Squareville/TestEventServer.git
synced 2026-01-01 01:09:50 -06:00
7 lines
133 B
C++
7 lines
133 B
C++
#include "AmDarklingMech.h"
|
|
|
|
void AmDarklingMech::OnStartup(Entity* self) {
|
|
BaseEnemyMech::OnStartup(self);
|
|
qbTurretLOT = 13171;
|
|
}
|