示例#1
0
文件: Tower_Hub.cs 项目: epiCATT/poly
 public void Move(Transform target, float proportion)
 {
     Spawner.Move(target, proportion);
 }