added mock game objects

This commit is contained in:
Austin Rivas
2018-10-10 02:18:40 -04:00
parent cba7463fd1
commit 6a047c3d85

10
test/mock.ts Normal file
View File

@@ -0,0 +1,10 @@
export const Game = {
creeps: [],
rooms: [],
spawns: {},
time: 12345
};
export const Memory = {
creeps: []
};