1
0
mirror of https://github.com/ncblakely/GiantsTools synced 2024-09-20 23:21:36 +02:00
GiantsTools/Giants.Launcher/ApplicationNames.cs

16 lines
339 B
C#

namespace Giants.Launcher
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
public class ApplicationNames
{
public const string Giants = nameof(Giants);
public const string GiantsLauncher = nameof(GiantsLauncher);
}
}