Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
broom_birch.c
Go to the documentation of this file.
2 {
3  override string GetBurningMaterial()
4  {
5  return "DZ\\gear\\tools\\data\\broom_birch_emissive.rvmat";
6  }
7 
8  override string GetBurntMaterial()
9  {
10  return "DZ\\gear\\tools\\data\\broom_birch_burn.rvmat";
11  }
12 };
BroomBase
Definition: broom.c:1
Broom_Birch
Definition: broom_birch.c:1