예제 #1
0
 public static bool AddAppearedEffect(MobaObjectID mCurMobalId)
 {
     return(mCurMobalId == MobaObjectID.HeroChenmo ||
            mCurMobalId == MobaObjectID.HeroBingnv ||
            mCurMobalId == MobaObjectID.HeroXiaolu ||
            mCurMobalId == MobaObjectID.HeroHuanci ||
            mCurMobalId == MobaObjectID.HeroMeidusha ||
            mCurMobalId == MobaObjectID.HeroShenling);
 }
예제 #2
0
 public static IActionHandler CreateCommonActionHandler(IActorController actionController, IStatusHandler statusHandler, MobaObjectID type)
 {
     return(new CommonPlayerActionHandler(actionController, statusHandler));
 }