コード例 #1
0
 void SendFailReport(ActionReport report, string message)
 {
     report.SetFail(message);
     this.World.AddReport(report);
 }
コード例 #2
0
ファイル: LivingObject.cs プロジェクト: Fulborg/dwarrowdelf
 void SendFailReport(ActionReport report, string message)
 {
     report.SetFail(message);
     this.World.AddReport(report);
 }