Ejemplo n.º 1
0
 public BuffStateBase PerBuffCheckExits(BuffType.PerBuff perBuff)
 {
     return(BuffCheckExitsBase(perBuff));
 }
Ejemplo n.º 2
0
 public void PerBuffAdd(BuffType.PerBuff perBuff, BuffArgs buffArgs)
 {
     BuffAddBase(perBuff, buffArgs);
 }
Ejemplo n.º 3
0
 public void BuffRemove(BuffType.PerBuff buffType)
 {
     BuffRemoveBase(buffType);
 }