DayZ Scripts
v1.21.156300 ยท Jun 20, 2023
 
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()