mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +03:00
9 lines
190 B
C++
9 lines
190 B
C++
class BAF_AS50_scoped;
|
|
class BAF_AS50_scoped_DZ : BAF_AS50_scoped {
|
|
displayname = "AS50";
|
|
type = WeaponSlotPrimary;
|
|
canlock = 0;
|
|
//cursor = "RifleCursor";
|
|
//cursoraim = "Foresight";
|
|
};
|