Dayz Explorer
1.28.160049
Loading...
Searching...
No Matches
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
Daten
4_world
entities
itembase
clothing
leathersack_colorbase.c
Generated by
1.12.0