예제 #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;
 }