public void Reload() { World.DisposeMap(this); ContentLoader.CopyContent(); ContentLoader.ClearBuffer($"Data/Maps/{MapFile}"); World.ChangeMap(MapFile); }