forked from akanyan/STARTLINER
fix: broken list
This commit is contained in:
@ -23,10 +23,11 @@ export interface Package {
|
||||
}
|
||||
|
||||
export enum Feature {
|
||||
Hook = 0b00001,
|
||||
GameIO = 0b00010,
|
||||
Aime = 0b00100,
|
||||
AMNet = 0b01000,
|
||||
Mod = 0b00001,
|
||||
Hook = 0b00010,
|
||||
GameIO = 0b00100,
|
||||
Aime = 0b01000,
|
||||
AMNet = 0b10000,
|
||||
}
|
||||
|
||||
export type Status =
|
||||
|
Reference in New Issue
Block a user