Exemplo n.º 1
0
 public bool Check(ISkillManager srcManager, ISkillManager dstManager)
 {
     if (Side == EnumOwnSide.Opp)
     {
         dstManager = dstManager.OppSkillManager;
     }
     return(CheckValue(dstManager.GetStatInt((int)StatType)));
 }
Exemplo n.º 2
0
 public static int GetStatInt(this ISkillManager manager, EnumManagerStat statType)
 {
     return(manager.GetStatInt((int)statType));
 }