NAK_CVR_Mods/CVRGizmos/Gizmo/Constants.cs
NotAKidoS 29060f71c1 Initial Upload
it working and not nuking fps... wow
2022-09-14 08:27:23 -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";
}
}