コード例 #1
0
 public void AfterAttacking(Card defender, Action callback)
 {
     Card.StartCoroutine(Networking.DrawCardCOR(Card.LastOwner.PlayerIndex, 1, (a) => callback()));
 }