Example #1
0
 public BuffStateBase BuffCheckExits(BuffType.Buff buff)
 {
     return(BuffCheckExitsBase(buff));
 }
Example #2
0
 public void BuffAdd(BuffType.Buff buff, BuffArgs buffArgs)
 {
     BuffAddBase(buff, buffArgs);
 }
Example #3
0
 public void BuffRemove(BuffType.Buff buffType)
 {
     BuffRemoveBase(buffType);
 }