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