version:1.0.1

This commit is contained in:
sli97
2023-09-26 22:16:42 +08:00
parent 47104caa6e
commit 2ee8352e9d
12 changed files with 552 additions and 332 deletions

View File

@@ -22,5 +22,5 @@ class Blackboard {
this.map.clear();
}
}
exports.Blackboard = Blackboard;
Blackboard.map = new Map();
exports.Blackboard = Blackboard;