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