mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-22 21:47:24 +00:00
a91309c5f8
Gonna be doing this in alphabetical order now.
8 lines
140 B
C++
8 lines
140 B
C++
#include "AmDarklingMech.h"
|
|
|
|
void AmDarklingMech::OnStartup(Entity* self)
|
|
{
|
|
BaseEnemyMech::OnStartup(self);
|
|
qbTurretLOT = 13171;
|
|
}
|