Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
candycane_colorbase.c
Go to the documentation of this file.
2{
3 void Candycane_Colorbase()
4 {
5 }
6
7 override void SetActions()
8 {
9 super.SetActions();
10
11 AddAction(ActionEat);
13 }
14};
15class Candycane_Green extends Candycane_Colorbase {};
16class Candycane_Red extends Candycane_Colorbase {};
17class Candycane_RedGreen extends Candycane_Colorbase {};
18class Candycane_Yellow extends Candycane_Colorbase {};
19
ActionForceFeedSmallCB ActionForceFeed
void AddAction(typename actionName)
void SetActions()
override void SetActions()