DayZ 1.24
Loading...
Searching...
No Matches
Shirt_ColorBase.c
Go to the documentation of this file.
1class Shirt_ColorBase extends Top_Base
2{
3 override void SetActions()
4 {
5 super.SetActions();
7 }
8};
11class Shirt_GreenCheck extends Shirt_ColorBase {};
12class Shirt_RedCheck extends Shirt_ColorBase {};
13class Shirt_WhiteCheck extends Shirt_ColorBase {};
14class Shirt_PlaneBlack extends Shirt_ColorBase {};
void AddAction(typename actionName)
override void SetActions()