Dayz Explorer 1.28.160049
Loading...
Searching...
No Matches
leathersack_colorbase.c
Go to the documentation of this file.
2{
3 override bool IsClothing()
4 {
5 return true;
6 }
7
8};
9
10class LeatherSack_Natural extends LeatherSack_ColorBase {};
11class LeatherSack_Black extends LeatherSack_ColorBase {};
12class LeatherSack_Beige extends LeatherSack_ColorBase {};
13class LeatherSack_Brown extends LeatherSack_ColorBase {};