mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
12 lines
296 B
C++
12 lines
296 B
C++
class GUE_Soldier_MG {
|
|
humanity = "hostile";
|
|
category[] = {
|
|
{"Ammunition","BanditAmmunition"}
|
|
{"Clothing","BanditClothing"}
|
|
{"Helicopter Armed","BanditHelicopterArmed"}
|
|
{"Military Armed","BanditMilitaryArmed"}
|
|
{"Trucks Armed","BanditTrucksArmed"}
|
|
{"Weapons","BanditWeapons"}
|
|
};
|
|
};
|