7 public LoadingFailedScreen(
string title, IEnumerable<string> details, IEnumerable<string> solveMethods) {
22 foreach (
string detail
in details) {
28 Text =
"For solving this problem, please try: \n要解决此问题,请尝试:",
34 foreach (
string method
in solveMethods) {