chore: initialize standalone UPM package
Publish UPM package / publish (push) Failing after 1s

This commit is contained in:
2026-08-26 02:49:36 +08:00
commit efe3a22a06
36 changed files with 1736 additions and 0 deletions
@@ -0,0 +1,7 @@
namespace ShrinkCommand
{
public static class ShrinkCommandConstants
{
public const string DefaultServiceName = "default";
}
}