Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
sweater_colorbase.c
Go to the documentation of this file.
1class Sweater_ColorBase extends Top_Base
2{
3 override void SetActions()
4 {
5 super.SetActions();
7 }
8};
9class Sweater_Gray extends Sweater_ColorBase {};
10class Sweater_Blue extends Sweater_ColorBase {};
11class Sweater_Green extends Sweater_ColorBase {};
12class Sweater_Red extends Sweater_ColorBase {};
13class Sweater_ChristmasBlue extends Sweater_ColorBase {};
14class Sweater_ChristmasGreen extends Sweater_ColorBase {};
15class Sweater_ChristmasRed extends Sweater_ColorBase {};
void AddAction(typename actionName)
void SetActions()