ZeroLauncher/ServicesStaticInfo.cs

11 lines
422 B
C#
Raw Permalink Normal View History

2024-03-07 21:04:59 +08:00
namespace Zerolauncher
{
class ServicesStaticInfo
{
2024-05-12 16:43:07 +08:00
public static string[] ServicesName = ["61平台"];
public static string[] ServicesShortName = ["61"];
public static string[] ServerNames = ["請選擇伺服器", "星之城", "夢之船(合併)", "謎之峽(合併)", "喵之影(合併)", "龍之吼"];
public static int[] ServerIds = [ 0, 1, 2, 34, 38, 44 ];
}
2024-03-07 21:04:59 +08:00
}