mirror of
https://github.com/Kornstalx/5etools-mirror-2.github.io.git
synced 2025-10-28 20:45:35 -05:00
v1.198.1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export class InitiativeTrackerConst {
|
||||
static SORT_ORDER_ALPHA = "ALPHA";
|
||||
static SORT_ORDER_NUM = "NUMBER";
|
||||
|
||||
static SORT_DIR_ASC = "ASC";
|
||||
static SORT_DIR_DESC = "DESC";
|
||||
|
||||
static DIR_FORWARDS = 1;
|
||||
static DIR_BACKWARDS = -1;
|
||||
static DIR_NEUTRAL = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user