DayZ 1.24
Loading...
Searching...
No Matches
TacticalBaconCan.c
Go to the documentation of this file.
2{
3 override void Open()
4 {
5 ReplaceEdibleWithNew("TacticalBaconCan_Opened");
6 }
7
8
9 override bool IsOpen()
10 {
11 return false;
12 }
13}
void ReplaceEdibleWithNew(string typeName)
override bool IsOpen()
override void Open()