Files
DayZ-Epoch/SQF/dayz_code/Configs/CfgWeapons/Weapon/Sniper/Anzio_20.hpp
ebaydayz 61f38fc259 Use number instead of string for weapon slot type in configs
This is consistent with the rest of the weapon configs.

It also avoids issues with using isNumber or getNumber to check slot
type in scripts.
2016-09-18 14:58:35 -04:00

4 lines
76 B
C++

class Anzio_20;
class Anzio_20_DZ : Anzio_20 {
type = WeaponSlotPrimary;
};