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