Exemple #1
0
 public Wall(short id, FightActor caster, Spell castedSpell, EffectDice originEffect, Cell centerCell, WallsBinding binding, MarkShape shape)
     : base(id, caster, castedSpell, originEffect, centerCell, shape)
 {
     WallBinding = binding;
 }