Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
petushokhat_colorbase.c
Go to the documentation of this file.
2 {
3  override void SetActions()
4  {
5  super.SetActions();
7  }
8 };
9 class PetushokHat_Yellow extends PetushokHat_ColorBase {};
10 class PetushokHat_Black extends PetushokHat_ColorBase {};
11 class PetushokHat_Green extends PetushokHat_ColorBase {};
HeadGear_Base
hard helmet base
Definition: baseballcap_colorbase.c:1
AddAction
void AddAction(typename actionName)
Definition: advancedcommunication.c:86
SetActions
void SetActions()
Definition: advancedcommunication.c:79
PetushokHat_ColorBase
Definition: petushokhat_colorbase.c:9
ActionWringClothes
Definition: actionwringclothes.c:12