This commit is contained in:
2026-08-17 18:18:13 +08:00
parent 5765f411e9
commit d2cd3b9fa8
188 changed files with 32929 additions and 2 deletions
@@ -0,0 +1,10 @@
using ShrinkApp;
namespace ReplacedPerson.Runtime
{
// ShrinkAppSettings currently shares a source file with other runtime types, so Unity cannot bind it
// as a MonoScript-backed asset. This concrete demo type provides a stable Resources asset binding.
public sealed class ReplacedPersonAppSettings : ShrinkAppSettings
{
}
}