DayZ 1.24
Loading...
Searching...
No Matches
CCINotRuinedAndDry.c
Go to the documentation of this file.
1class CCINotRuinedAndDry extends CCIBase
2{
4 {
5 return (item && !item.IsDamageDestroyed() && item.GetWet() <= 0) ;
6 }
7};
override bool Can(PlayerBase player, ItemBase item)