Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
sweater_colorbase.c
Go to the documentation of this file.
1 class Sweater_ColorBase extends Top_Base
2 {
3  override void SetActions()
4  {
5  super.SetActions();
7  }
8 };
9 class Sweater_Gray extends Sweater_ColorBase {};
10 class Sweater_Blue extends Sweater_ColorBase {};
11 class Sweater_Green extends Sweater_ColorBase {};
12 class Sweater_Red extends Sweater_ColorBase {};
Top_Base
Definition: bdujacket.c:1
Sweater_ColorBase
Definition: sweater_colorbase.c:9
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
SetActions
void SetActions()
Definition: advancedcommunication.c:79
ActionWringClothes
Definition: actionwringclothes.c:12