quantum-space-buddies/QSB/Utility/Popcron.Gizmos/Constants.cs

7 lines
113 B
C#
Raw Normal View History

namespace Popcron
2021-01-03 12:38:02 +00:00
{
public class Constants
{
public const string UniqueIdentifier = "Popcron.Gizmos";
}
2021-01-03 12:38:02 +00:00
}