Example 1: how to make a chunk loader in c# public void LoadChunk(int xx, int yy) { string chunkname = xx + "_" + yy; if (File.Exists(Main.
確定! 回上一頁