This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
module.exports = {
init() {
if (!Memory.Task) {
Memory.Task = {}
};
Memory.Task.HighPorioty = [];
Memory.Task.LowPorioty = [];
//WorkingTarget是被跟踪物,可以是一个structure、energy、constructionSite,也可以是一个creep
if (!Memory.WorkingTarget) {
Memory.WorkingTarget = {}
}