feat: better code formatting

This commit is contained in:
2026-04-23 23:03:00 -03:00
parent a3841bd173
commit e18980938e
37 changed files with 1691 additions and 7930 deletions

View File

@@ -1,17 +1,17 @@
export const Game: {
creeps: { [name: string]: any };
rooms: any;
spawns: any;
time: any;
creeps: { [name: string]: any };
rooms: any;
spawns: any;
time: any;
} = {
creeps: {},
rooms: [],
spawns: {},
time: 12345
creeps: {},
rooms: [],
spawns: {},
time: 12345,
};
export const Memory: {
creeps: { [name: string]: any };
creeps: { [name: string]: any };
} = {
creeps: {}
creeps: {},
};