コード例 #1
0
ファイル: BossAI.cs プロジェクト: Avalin/unity_batlboss
 void ThrowAttack()
 {
     throwerScript.InstantiateObjectToThrow();
     animator.SetTrigger("throw");
 }