ZeroLauncher/ServicesStaticInfo.cs

9 lines
196 B
C#
Raw Permalink Normal View History

2024-03-07 21:04:59 +08:00
namespace Zerolauncher
{
class ServicesStaticInfo
{
2024-03-19 21:38:51 +08:00
public static string[] ServicesName = ["LoveDDTank"];
public static string[] ServicesShortName = ["经典"];
2024-03-07 21:04:59 +08:00
}
}