Ejemplo n.º 1
0
        public void Start()
        {
            RunTimeData = new CharacterRunTimeData();
            RunTimeData.SetData(Property, transform);

            nowAction = new WarriorIdel();
            nowAction.SetManager(this);
        }
Ejemplo n.º 2
0
        void Start()
        {
            RunTimeData = new CharacterRunTimeData();
            RunTimeData.SetData(Property, transform);

            nowAction = new SpiderIdle();
            nowAction.SetManager(this);
        }
Ejemplo n.º 3
0
        void Start()
        {
            RunTimeData = new CharacterRunTimeData();
            RunTimeData.SetData(Property);

            nowAction = new OrkIdle();
            nowAction.SetManager(this);
        }