コード例 #1
0
ファイル: Wisard.cs プロジェクト: Domm8/SmallRpg
 public void ImproveUnit(IUnit unit)
 {
     unit.BecomeImproved(this);
 }