mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-18 09:32:02 +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.
5 lines
67 B
C++
5 lines
67 B
C++
class ksvk;
|
|
class KSVK_DZE:ksvk {
|
|
type = WeaponSlotPrimary;
|
|
};
|