DayZ 1.24
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};
10class Sweater_Blue extends Sweater_ColorBase {};
11class Sweater_Green extends Sweater_ColorBase {};
12class Sweater_Red extends Sweater_ColorBase {};
void AddAction(typename actionName)
override void SetActions()