demo
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user