📌  相关文章
📜  screeps 检查内存字段是否为空 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:59.848000             🧑  作者: Mango

代码示例1
if (!Memory.path) {
    // do stuff
}