Files
Workspace/Assets/Modules/ShrinkCommand/Runtime/Metadata/ShrinkCommandConstants.cs
T

8 lines
147 B
C#

namespace ShrinkCommand
{
public static class ShrinkCommandConstants
{
public const string DefaultServiceName = "default";
}
}