added mock game objects
This commit is contained in:
10
test/mock.ts
Normal file
10
test/mock.ts
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
export const Game = {
|
||||||
|
creeps: [],
|
||||||
|
rooms: [],
|
||||||
|
spawns: {},
|
||||||
|
time: 12345
|
||||||
|
};
|
||||||
|
|
||||||
|
export const Memory = {
|
||||||
|
creeps: []
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user