Ejemplo n.º 1
0
 public GameContext(MonoBehaviour view) : base(view) {
     rootContext = view as RootContext;
     InitServices();
 }
Ejemplo n.º 2
0
 public static RootContext GetContextRoot()
 {
     return _rootContext = _rootContext ?? GetContextRootGameObject().GetComponent<RootContext>();
 }