NAK_CVR_Mods/CVRGizmos/Popcron.Gizmos/Constants.cs
NotAKidoS 7aaec9c512 Add Popcron.Gizmos license.
Made sure to add the MIT license to their folder.
2022-09-14 08:34:44 -05:00

8 lines
No EOL
200 B
C#

namespace Popcron
{
public class Constants
{
public const string UniqueIdentifier = "Popcron.Gizmos";
public const string EnabledKey = UniqueIdentifier + ".Enabled";
}
}