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