mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 16:52:55 +02:00
Finished location code refactor. Has not yet been tested
This commit is contained in:
@@ -20,7 +20,7 @@ interface IConstructorParams {
|
||||
organizationName?: string;
|
||||
}
|
||||
|
||||
export abstract class BaseServer {
|
||||
export class BaseServer {
|
||||
// Coding Contract files on this server
|
||||
contracts: CodingContract[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user