mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-30 21:32:47 +00:00
6 lines
107 B
C#
6 lines
107 B
C#
namespace Popcron;
|
|
|
|
public class Constants
|
|
{
|
|
public const string UniqueIdentifier = "Popcron.Gizmos";
|
|
} |