Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
tunacan.c
Go to the documentation of this file.
2{
3 override void Open()
4 {
5 ReplaceEdibleWithNew("TunaCan_Opened");
6 }
7
8 override void SetActions()
9 {
10 super.SetActions();
11
13 }
14
15 override bool IsOpen()
16 {
17 return false;
18 }
19}
void AddAction(typename actionName)
void ReplaceEdibleWithNew(string typeName)