public void LoadContent(MyFontDescription[] fonts) { MySandboxGame.Log.WriteLine("MyGuiManager.LoadContent() - START"); MySandboxGame.Log.IncreaseIndent(); MyGuiManager.SetMouseCursorTexture(MyGuiConstants.CURSOR_ARROW); MyGuiManager.LoadContent(fonts); MyScreenManager.LoadContent(); MySandboxGame.Log.DecreaseIndent(); MySandboxGame.Log.WriteLine("MyGuiManager.LoadContent() - END"); }
public void LoadContent(MyFontDescription[] fonts) { }