DayZ 1.24
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}
override bool CanExplodeInFire()