Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
leathersack_colorbase.c
Go to the documentation of this file.
1
class
LeatherSack_ColorBase
extends
Backpack_Base
2
{
3
override
bool
IsClothing()
4
{
5
return
true
;
6
}
7
8
};
9
10
class
LeatherSack_Natural
extends
LeatherSack_ColorBase
{};
11
class
LeatherSack_Black
extends
LeatherSack_ColorBase
{};
12
class
LeatherSack_Beige
extends
LeatherSack_ColorBase
{};
13
class
LeatherSack_Brown
extends
LeatherSack_ColorBase
{};
Backpack_Base
Definition:
alicebag_colorbase.c:1
LeatherSack_ColorBase
Definition:
leathersack_colorbase.c:10
DAYZ
scripts_v1.24.157551
scripts
world
entities
itembase
clothing
leathersack_colorbase.c
Generated by
1.8.17