コード例 #1
0
ファイル: Game.cs プロジェクト: regaleagle/TagWars
 private void OnResponce()
 {
     cardHolder.LaunchCard(InputListener.GetInput(), QueryManager.GetDistribution());
     // cardholder is no longer input ready
     Debug.Log("CHARGING ATTACK");
 }