Exemplo n.º 1
0
 public static Chunk CreateFromCache(ChunkCache cache)
 {
     return(new Chunk(cache));
 }