コード例 #1
0
 private void Awake()
 {
     dependency  = DependenciesContext.Dependencies.Get <ExampleDependencyMonoBehaviour>();
     dependency2 = DependenciesContext.Dependencies.Get <ExampleDependencyPlainClass>();
 }