DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
CargoPants_ColorBase.c
См. документацию.
2{
3 override void SetActions()
4 {
5 super.SetActions();
7 }
8};
9class CargoPants_Beige extends CargoPants_ColorBase {};
10class CargoPants_Black extends CargoPants_ColorBase {};
11class CargoPants_Blue extends CargoPants_ColorBase {};
12class CargoPants_Green extends CargoPants_ColorBase {};
13class CargoPants_Grey extends CargoPants_ColorBase {};
void AddAction(typename actionName)
Определения AdvancedCommunication.c:220
override void SetActions()
Определения CargoPants_ColorBase.c:3
Определения BDUPants.c:2