// AutoMiner // Token: 0x0600236E RID: 9070 RVA: 0x000C0393 File Offset: 0x000BE593 private static bool ValidDigCell(int cell) { return Grid.Solid[cell] && !Grid.Foundation[cell] && Grid.Element[cell].hardness < 150; }

// 自动挖掘机 // Token: 0x0600236E RID: 9070 RVA: 0x000C0393 File Offset: 0x000BE593 // 判断一个方格是否可以挖掘 private static bool ValidDigCell(int cell) { return Grid.Solid[cell] && !Grid.Foundation[cell] && Grid.Element[cell].hardness < 150; }

AutoMiner Token 0x0600236E RID 9070 RVA 0x000C0393 File Offset 0x000BE593private static bool ValidDigCellint cell	return GridSolidcell && !GridFoundationcell && GridElementcellhardness 150;请翻译一下

原文地址: http://www.cveoy.top/t/topic/hpGT 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录