mirror of
https://github.com/ncblakely/GiantsTools
synced 2024-11-05 14:55:38 +01:00
14 lines
342 B
C#
14 lines
342 B
C#
namespace Giants.Launcher
|
|
{
|
|
public class ApplicationNames
|
|
{
|
|
public const string Giants = nameof(Giants);
|
|
|
|
public const string GiantsBeta = nameof(GiantsBeta);
|
|
|
|
public const string GiantsLauncher = nameof(GiantsLauncher);
|
|
|
|
public const string GiantsLauncherBeta = nameof(GiantsLauncherBeta);
|
|
}
|
|
}
|