NAK_CVR_Mods/.Deprecated/CVRGizmos/Popcron.Gizmos/Constants.cs

7 lines
No EOL
178 B
C#

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