Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
mediumgascannister.c
Go to the documentation of this file.
1class MediumGasCannister extends ItemBase
2{
3 override bool CanExplodeInFire()
4 {
5 return true;
6 }
7}
bool CanExplodeInFire()
Definition itembase.c:7447