mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
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.
4 lines
76 B
C++
4 lines
76 B
C++
class Anzio_20;
|
|
class Anzio_20_DZ : Anzio_20 {
|
|
type = WeaponSlotPrimary;
|
|
}; |