Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
headtorch_grey.c
Go to the documentation of this file.
1class Headtorch_Grey : Headtorch_ColorBase
2{
3 override void OnDebugSpawn()
4 {
5 GetInventory().CreateInInventory("Battery9V");
6 }
7}
override void OnDebugSpawn()