コード例 #1
0
 private string PutOn(ClothingType clothing)
 {
     return(_state.PutOn(clothing) ? _responses.PutOn(clothing) : Fail());
 }