Exemplo n.º 1
0
 public static void Main(string[] _)
 {
     using (var example = new Example())
     {
         example.Run();
     }
 }
Exemplo n.º 2
0
        public static void Main(string[] _)
        {
            GameOverlay.TimerService.EnableHighPrecisionTimers();

            using (var example = new Example())
            {
                example.Run();
            }
        }