示例#1
0
文件: Wisard.cs 项目: Domm8/SmallRpg
 public void ImproveUnit(IUnit unit)
 {
     unit.BecomeImproved(this);
 }