Files
2026-08-17 18:18:13 +08:00

11 lines
347 B
C#

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
{
}
}