public LazyPassiveNodeEnumerable(GameDataWithOldTreeModel loader)
 => _loader = loader;
Ejemplo n.º 2
0
 private ComputationInitializer()
 {
     _gameData = new GameDataWithOldTreeModel();
 }
Ejemplo n.º 3
0
#pragma warning disable CS8618 // The instance variables will be initialized if methods are called and awaited in the correct order
        private ComputationInitializer()
#pragma warning restore
        {
            _gameData = new GameDataWithOldTreeModel();
        }