mirror of
https://github.com/PhaseII-eAmusement-Network/PhaseWeb3-Vue.git
synced 2026-07-30 23:26:16 -05:00
Add IIDX EPOLIS definitions
This commit is contained in:
parent
2ca3222610
commit
aa6a665ac4
|
|
@ -153,6 +153,7 @@ export class VersionConstants {
|
|||
static IIDX_BISTROVER = 28;
|
||||
static IIDX_CASTHOUR = 29;
|
||||
static IIDX_RESIDENT = 30;
|
||||
static IIDX_EPOLIS = 30;
|
||||
|
||||
static JUBEAT = 1;
|
||||
static JUBEAT_RIPPLES = 2;
|
||||
|
|
@ -1319,6 +1320,10 @@ export const gameData = [
|
|||
id: VersionConstants.IIDX_RESIDENT,
|
||||
label: "RESIDENT",
|
||||
},
|
||||
{
|
||||
id: VersionConstants.IIDX_EPOLIS,
|
||||
label: "EPOLIS",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user