mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
7 lines
No EOL
178 B
C#
7 lines
No EOL
178 B
C#
namespace Popcron;
|
|
|
|
public class Constants
|
|
{
|
|
public const string UniqueIdentifier = "Popcron.Gizmos";
|
|
public const string EnabledKey = UniqueIdentifier + ".Enabled";
|
|
} |