mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
1.0 KiB
1.0 KiB
Player interface
Signature:
interface Player extends Person
Extends: Person
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| entropy | number | ||
| factions | string[] | ||
| jobs | Partial<Record<CompanyName, JobName>> | ||
| karma | number | ||
| location | LocationName | ||
| money | number | ||
| numPeopleKilled | number | ||
| totalPlaytime | number |