Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
bakedbeanscan.c
Go to the documentation of this file.
2{
3 override void Open()
4 {
5 ReplaceEdibleWithNew("BakedBeansCan_Opened");
6 }
7
8 override float GetQuantityNormalizedScripted()
9 {
10 return 1.0;
11 }
12}
void ReplaceEdibleWithNew(string typeName)