示例#1
0
 //called by UnityEvent
 public void SetTurnStrategy()
 {
     attackBehavior.SetTurnStrategy(SelfController.GetHand(), SelfController.Mingmings, OtherController.Mingmings);
 }