From fd7ae3508a558add521d0475b26914b29e6405cd Mon Sep 17 00:00:00 2001 From: TextusGames Date: Sat, 16 May 2020 21:18:29 +0300 Subject: [PATCH] TestCommit after cloning. --- .../TestingAnimalWorldExample/Test.cs | 1 + 1 file changed, 1 insertion(+) 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]