public override bool Parse() { if (false == base.Parse()) { return(false); } mMosterId = PeType.GetMonsterId(mInfo, mTrigger); return(true); }
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); }