示例#1
0
文件: Wall.cs 项目: Mixi59/Stump
 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;
 }