コード例 #1
0
ファイル: GameContext.cs プロジェクト: Niller/LastStand
 public GameContext(MonoBehaviour view) : base(view) {
     rootContext = view as RootContext;
     InitServices();
 }
コード例 #2
0
 public static RootContext GetContextRoot()
 {
     return _rootContext = _rootContext ?? GetContextRootGameObject().GetComponent<RootContext>();
 }