mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-10 07:17:35 +01:00
14 lines
314 B
Markdown
14 lines
314 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [GymStat](./bitburner.gymstat.md)
|
|
|
|
## GymStat type
|
|
|
|
All stats that can be trained at gyms.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
type GymStat = "str" | "def" | "dex" | "agi";
|
|
```
|