mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
Add Popcron.Gizmos license.
Made sure to add the MIT license to their folder.
This commit is contained in:
parent
29060f71c1
commit
7aaec9c512
10 changed files with 21 additions and 0 deletions
8
CVRGizmos/Popcron.Gizmos/Constants.cs
Normal file
8
CVRGizmos/Popcron.Gizmos/Constants.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace Popcron
|
||||
{
|
||||
public class Constants
|
||||
{
|
||||
public const string UniqueIdentifier = "Popcron.Gizmos";
|
||||
public const string EnabledKey = UniqueIdentifier + ".Enabled";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue