コード例 #1
0
ファイル: PlayerScript.cs プロジェクト: glaif/mtgsim
 public void DealCards(int count)
 {
     Debug.Log("PlayerSC.DealCards firing");
     deckSC.DealCards(count);
 }