mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
13 lines
195 B
C++
13 lines
195 B
C++
class CfgMagazines {
|
|
class Titan_AT;
|
|
class GVAR(lr): Titan_AT {
|
|
author = "Brandon (TCVM)";
|
|
ammo = QGVAR(lr);
|
|
|
|
displayName = "Spike AT";
|
|
displayNameShort = "foo";
|
|
mass = 1;
|
|
};
|
|
};
|
|
|