DayZ 1.24
Loading...
Searching...
No Matches
BoxCerealCrunchin.c
Go to the documentation of this file.
1class BoxCerealCrunchin extends Edible_Base
2{
4 {
5 }
6
7 override void SetActions()
8 {
9 super.SetActions();
10
11 AddAction(ActionForceFeed);
13 }
14}
15
void AddAction(typename actionName)
void BoxCerealCrunchin()
override void SetActions()