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