11 lines
422 B
C#
11 lines
422 B
C#
namespace Zerolauncher
|
|
{
|
|
class ServicesStaticInfo
|
|
{
|
|
public static string[] ServicesName = ["61平台"];
|
|
public static string[] ServicesShortName = ["61"];
|
|
public static string[] ServerNames = ["請選擇伺服器", "星之城", "夢之船(合併)", "謎之峽(合併)", "喵之影(合併)", "龍之吼"];
|
|
public static int[] ServerIds = [ 0, 1, 2, 34, 38, 44 ];
|
|
}
|
|
}
|