示例#1
0
文件: Tower_Hub.cs 项目: epiCATT/poly
 public void ChangeType(TowerData.BuildingType newType)
 {
     TBehavior.ChangeType(newType);
 }