Stat
Stat {
id: string;
name: string | function;
value: number | function;
hidden: bool | function;
tooltip: string | function;
}
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Stat {
id: string;
name: string | function;
value: number | function;
hidden: bool | function;
tooltip: string | function;
}