feat: better code formatting
This commit is contained in:
@@ -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: {},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user