10 lines
130 B
C#
10 lines
130 B
C#
using UnityEngine;
|
|
|
|
namespace Zenject.Tests.Bindings.FromSubContainerPrefab
|
|
{
|
|
public class Bar : MonoBehaviour
|
|
{
|
|
}
|
|
}
|
|
|