Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
tracksuitpants_colorbase.c
Go to the documentation of this file.
2{
3 override void SetActions()
4 {
5 super.SetActions();
7 }
8};
9class TrackSuitPants_Black extends TrackSuitPants_ColorBase {};
10class TrackSuitPants_Blue extends TrackSuitPants_ColorBase {};
11class TrackSuitPants_Green extends TrackSuitPants_ColorBase {};
12class TrackSuitPants_Red extends TrackSuitPants_ColorBase {};
13class TrackSuitPants_LightBlue extends TrackSuitPants_ColorBase {};
void AddAction(typename actionName)
void SetActions()