mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
build bunch of fixes
This commit is contained in:
@@ -3,7 +3,7 @@ export type Position = {
|
||||
column: number;
|
||||
};
|
||||
|
||||
export class PositionTracker {
|
||||
class PositionTracker {
|
||||
positions: Map<string, Position>;
|
||||
|
||||
constructor() {
|
||||
|
||||
Reference in New Issue
Block a user