ZeroLauncher/ServicesStaticInfo.cs
2024-03-19 21:38:51 +08:00

9 lines
196 B
C#

namespace Zerolauncher
{
class ServicesStaticInfo
{
public static string[] ServicesName = ["LoveDDTank"];
public static string[] ServicesShortName = ["经典"];
}
}