Example #1
0
 private bool CanPutOn(ClothingType clothing)
 {
     return(Policy?.CanPutOn(this, clothing) ?? true);
 }