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