コード例 #1
0
ファイル: Unit.cs プロジェクト: KMontag42/z42
 public virtual void receive_spell(Spell s, Unit caster)
 {
     s.perform_spell (caster, this);
 }