10 lines
235 B
C#
10 lines
235 B
C#
namespace Zerolauncher
|
|
{
|
|
class ServicesStaticInfo
|
|
{
|
|
public static string[] ServicesName = ["4399大区", "7k7k大区", "第七大道"];
|
|
public static string[] ServicesShortName = ["43", "7k", "7d"];
|
|
|
|
}
|
|
}
|