Example #1
0
 public AbilityInfo(int dmg, int cost, int range, int cooldown)
     : this(dmg, cost, range, cooldown, Buff.ZeroBuff(), AreaBuff.ZeroBuff())
 {
 }
Example #2
0
 public static AreaBuff ZeroBuff()
 {
     return(new AreaBuff(AxialCoord.Zero, 0, Buff.ZeroBuff()));
 }