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

7 lines
113 B
C#
Raw Normal View History

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