Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
hunterpants_colorbase.c
Go to the documentation of this file.
2 {
3  override void SetActions()
4  {
5  super.SetActions();
7  }
8 };
9 class HunterPants_Autumn extends HunterPants_ColorBase {};
10 class HunterPants_Brown extends HunterPants_ColorBase {};
11 class HunterPants_Spring extends HunterPants_ColorBase {};
12 class HunterPants_Summer extends HunterPants_ColorBase {};
13 class HunterPants_Winter extends HunterPants_ColorBase {};
HunterPants_ColorBase
Definition: hunterpants_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