mirror of
https://github.com/araxiaonline/ets-module-collection.git
synced 2026-06-13 02:52:20 -04:00
12 lines
153 B
TypeScript
12 lines
153 B
TypeScript
|
|
export type MythicPlusState = {
|
|
difficulty: number;
|
|
inGroup: boolean;
|
|
groupId: number;
|
|
groupLeader: number;
|
|
isLeader: boolean;
|
|
}
|
|
|
|
|
|
|