コード例 #1
0
 public void Use(ItemHealthy healthy)
 {
 }
コード例 #2
0
ファイル: UsageContext.cs プロジェクト: vvoland/TextRPG
 public void Use(ItemHealthy healthy)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 public bool CanUse(ItemHealthy healthy)
 {
     return(false);
 }
コード例 #4
0
ファイル: UsageContext.cs プロジェクト: vvoland/TextRPG
 public bool CanUse(ItemHealthy healthy)
 {
     throw new NotImplementedException();
 }