mirror of
https://github.com/xivapi/ffxiv-datamining.git
synced 2026-07-24 10:59:11 +00:00
121 B
121 B
| 1 | key | 0 | 1 | 2 |
|---|---|---|---|---|
| 2 | # | |||
| 3 | int32 | bit&01 | bit&02 | bit&04 |
| 4 | 0 | False | False | False |
| 5 | 1 | True | False | False |
| 6 | 2 | False | False | True |
| 7 | 3 | False | True | True |