Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
cargopants_colorbase.c
Go to the documentation of this file.
2 {
3  override void SetActions()
4  {
5  super.SetActions();
7  }
8 };
9 class CargoPants_Beige extends CargoPants_ColorBase {};
10 class CargoPants_Black extends CargoPants_ColorBase {};
11 class CargoPants_Blue extends CargoPants_ColorBase {};
12 class CargoPants_Green extends CargoPants_ColorBase {};
13 class CargoPants_Grey extends CargoPants_ColorBase {};
CargoPants_ColorBase
Definition: cargopants_colorbase.c:9
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
SetActions
void SetActions()
Definition: advancedcommunication.c:79
Pants_Base
Definition: bdupants.c:1
ActionWringClothes
Definition: actionwringclothes.c:12