diff --git a/Assets/Textus/SerializeReferenceUIExample/ExampleOfUsageFromDifferentAssembly/TestingAnimalWorldExample/Test.cs b/Assets/Textus/SerializeReferenceUIExample/ExampleOfUsageFromDifferentAssembly/TestingAnimalWorldExample/Test.cs index 71fdc97..0f71bc7 100644 --- a/Assets/Textus/SerializeReferenceUIExample/ExampleOfUsageFromDifferentAssembly/TestingAnimalWorldExample/Test.cs +++ b/Assets/Textus/SerializeReferenceUIExample/ExampleOfUsageFromDifferentAssembly/TestingAnimalWorldExample/Test.cs @@ -10,6 +10,7 @@ public class Test : MonoBehaviour [SerializeReferenceUIRestrictionIncludeTypes(typeof(DogBase), typeof(IApe))] public IAnimal restrictedAnimals = default; + [Header("Interface")] [SerializeReference] [SerializeReferenceButton]