mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 01:03:54 +01:00
24 lines
684 B
Markdown
24 lines
684 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Person](./bitburner.person.md)
|
||
|
|
||
|
## Person interface
|
||
|
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
interface Person
|
||
|
```
|
||
|
|
||
|
## Properties
|
||
|
|
||
|
| Property | Type | Description |
|
||
|
| --- | --- | --- |
|
||
|
| [city](./bitburner.person.city.md) | string | |
|
||
|
| [exp](./bitburner.person.exp.md) | [Skills](./bitburner.skills.md) | |
|
||
|
| [hp](./bitburner.person.hp.md) | [HP](./bitburner.hp.md) | |
|
||
|
| [mults](./bitburner.person.mults.md) | [Multipliers](./bitburner.multipliers.md) | |
|
||
|
| [skills](./bitburner.person.skills.md) | [Skills](./bitburner.skills.md) | |
|
||
|
|