Initial Upload

it working and not nuking fps... wow
This commit is contained in:
NotAKidoS 2022-09-14 08:27:23 -05:00
parent cb280bdf00
commit 29060f71c1
23 changed files with 1905 additions and 0 deletions

View file

@ -0,0 +1,8 @@
namespace Popcron
{
public class Constants
{
public const string UniqueIdentifier = "Popcron.Gizmos";
public const string EnabledKey = UniqueIdentifier + ".Enabled";
}
}