Program.cs 76 B

12345
  1. 
  2. using NeonShooter;
  3. using var game = new NeonShooterGame();
  4. game.Run();