Example #1
0
        public override void Start()
        {
            base.Start();

            mMove      = Entity.GetCmpt <Motion_Move>();
            mTrans     = Entity.peTrans;
            mMotionMgr = Entity.GetCmpt <MotionMgrCmpt>();
        }