Dayz Explorer 1.29.162510
Loading...
Searching...
No Matches
packagedfood.c
Go to the documentation of this file.
1class Honey: Edible_Base
2{
3 override void SetActions()
4 {
5 super.SetActions();
6
9 }
10};
11
12class Zagorky_ColorBase: Edible_Base
13{
14 override void SetActions()
15 {
16 super.SetActions();
17
20 }
21};
22
23class Snack_ColorBase: Edible_Base
24{
25 override void SetActions()
26 {
27 super.SetActions();
28
31 }
32};
void AddAction(typename actionName)
override void SetActions()