using UnityEngine; namespace Zenject.Tests.Bindings.FromSubContainerPrefab { public class CircBar : MonoBehaviour { [Inject] public CircFoo Foo; } }