예제 #1
0
        override protected void initImpl(ResItem res)
        {
            string text = res.getText(GetPath());

            Ctx.m_instance.m_aiSystem.behaviorTreeMgr.parseXml(text);

            base.initImpl(res);
        }
예제 #2
0
        override protected void initImpl(ResItem res)
        {
            string text = res.getText(GetPath());
            m_attackActionSeq = new AttackActionSeq();
            m_attackActionSeq.parseXml(text);

            base.initImpl(res);
        }
예제 #3
0
        override protected void initImpl(ResItem res)
        {
            string text = res.getText(GetPath());

            m_attackActionSeq = new AttackActionSeq();
            m_attackActionSeq.parseXml(text);

            base.initImpl(res);
        }