public LazyPassiveNodeEnumerable(GameDataWithOldTreeModel loader)
 => _loader = loader;
 private ComputationInitializer()
 {
     _gameData = new GameDataWithOldTreeModel();
 }
Exemplo 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();
        }