mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-28 03:47:03 +02:00
Started implementing Resleeving UI
This commit is contained in:
@@ -137,8 +137,8 @@ export abstract class Person {
|
||||
/**
|
||||
* Augmentations
|
||||
*/
|
||||
augmentations: string[] = [];
|
||||
queuedAugmentations: string[] = [];
|
||||
augmentations: IPlayerOwnedAugmentation[] = [];
|
||||
queuedAugmentations: IPlayerOwnedAugmentation[] = [];
|
||||
|
||||
/**
|
||||
* City that the person is in
|
||||
|
||||
Reference in New Issue
Block a user