コード例 #1
0
 private string GetChunkFilePath(int x, int z)
 {
     return($"{ChunkSavingDirectory}/{Chunk.GetUniqueIdByPosition(x, z).ToString()}");
 }