Пример #1
0
 public Ball(World world, SpellType type, params ISpellAttribute[] attributes)
     : base(world, type, attributes)
 {
     Child = new Circle
     {
         RelativeSizeAxes = Axes.Both,
         Colour           = type.GetColor(),
     };
 }