示例#1
0
 private void Select()
 {
     personVM.Selected();
     selected.Add(tmpGameObject);
     characterMotor.AddAgentsToList(tmpGameObject);
 }