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