Files
ShrinkCommand/Runtime/Metadata/ShrinkCommandConstants.cs
T
cneicy efe3a22a06
Publish UPM package / publish (push) Failing after 1s
chore: initialize standalone UPM package
2026-08-26 02:49:36 +08:00

8 lines
147 B
C#

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