11 lines
347 B
C#
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
|
|
{
|
|
}
|
|
}
|