mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
14 lines
478 B
Markdown
14 lines
478 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [ResetInfo](./bitburner.resetinfo.md) > [ownedAugs](./bitburner.resetinfo.ownedaugs.md)
|
|
|
|
## ResetInfo.ownedAugs property
|
|
|
|
A map of owned augmentations to their levels. Keyed by the augmentation name. Map values are the augmentation level (e.g. for NeuroFlux governor).
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
ownedAugs: Map<string, number>;
|
|
```
|