Ejemplo n.º 1
0
 public void Dispose()
 {
     // Tear everything down
     Map.Wipe();
     Game.Wipe();
     runtime?.Dispose();
     RuntimeHandler.Wipe();
     GC.Collect();
 }