Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
cargopants_colorbase.c
Go to the documentation of this file.
2{
3 override void SetActions()
4 {
5 super.SetActions();
7 }
8};
9class CargoPants_Beige extends CargoPants_ColorBase {};
10class CargoPants_Black extends CargoPants_ColorBase {};
11class CargoPants_Blue extends CargoPants_ColorBase {};
12class CargoPants_Green extends CargoPants_ColorBase {};
13class CargoPants_Grey extends CargoPants_ColorBase {};
void AddAction(typename actionName)
void SetActions()