Example #1
0
 private WormsGame()
 {
     World = new WormsWorld(Screen.Default.Size);
 }
Example #2
0
 public LevelBox(WormsWorld world, Point location, int width) : base(location, new Size(width, 1))
 {
     this.world = world;
 }