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