コード例 #1
0
ファイル: AnimationAssist.cs プロジェクト: Tzook/lel
 public void BeginChargeAttack()
 {
     if (Controller != null && Controller.enabled)
     {
         Controller.BeginLoadAttack();
     }
 }