コード例 #1
0
ファイル: Wizard.cs プロジェクト: Hukeqing/lightless
 private void Start()
 {
     Init();
     _pc             = player.GetComponent <PlayerControl>();
     _wizardAnimator = GetComponent <Animator>();
 }