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