static Game1()
 {
     Random = new SuperRandom();
     BackgroundColor = SkyColor;
 }
Example #2
0
 static Game1()
 {
     Random          = new SuperRandom();
     BackgroundColor = SkyColor;
 }