Example #1
0
 public static void Main(string[] args)
 {
     try {
         new App().Start();
     } catch (Exception e) {
         Debug.LogError($"An error occured: {e.Message}.\nYou can contact the developer Teodor Vecerdi ([email protected]).\nStacktrace:\n{e.StackTrace}");
         throw;
     } finally {
         Debug.FinalizeLogger();
     }
 }