DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
Sweater_ColorBase.c
См. документацию.
1class Sweater_ColorBase extends Top_Base
2{
3 override void SetActions()
4 {
5 super.SetActions();
7 }
8};
9class Sweater_Gray extends Sweater_ColorBase {};
10class Sweater_Blue extends Sweater_ColorBase {};
11class Sweater_Green extends Sweater_ColorBase {};
12class Sweater_Red extends Sweater_ColorBase {};
13class Sweater_ChristmasBlue extends Sweater_ColorBase {};
14class Sweater_ChristmasGreen extends Sweater_ColorBase {};
15class Sweater_ChristmasRed extends Sweater_ColorBase {};
void AddAction(typename actionName)
Определения AdvancedCommunication.c:220
override void SetActions()
Определения Sweater_ColorBase.c:3
Определения BDUJacket.c:2