コード例 #1
0
ファイル: GridCharacter.cs プロジェクト: ktj007/BtbRPG
        public void Init()
        {
            owner.RegisterCharacter(this);
            highlighter.SetActive(false);

            animator = GetComponentInChildren <Animator>();
            animator.applyRootMotion = false;
        }
コード例 #2
0
 public void OnInit()
 {
     owner.RegisterCharacter(this);
 }