Пример #1
0
        public override bool Parse()
        {
            if (false == base.Parse())
            {
                return(false);
            }

            mMosterId = PeType.GetMonsterId(mInfo, mTrigger);

            return(true);
        }
Пример #2
0
        public override bool Parse()
        {
            mCompare = mFactory.GetCompare(mInfo, "compare");

            mCount = PatheaScript.Util.GetVarRefOrValue(mInfo, "count", VarValue.EType.Int, mTrigger);

            mMonsterId = PeType.GetMonsterId(mInfo, mTrigger);

            PeEvent.Globle.kill.Subscribe(Handler);

            return(true);
        }