mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-27 19:37:07 +02:00
Remove some redundant typing
This commit is contained in:
@@ -10,8 +10,3 @@ export class PlayerOwnedSourceFile {
|
||||
this.lvl = level;
|
||||
}
|
||||
}
|
||||
|
||||
export interface IPlayerOwnedSourceFile {
|
||||
lvl: number;
|
||||
n: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user