mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-22 09:54:43 -05:00
33 lines
432 B
TypeScript
33 lines
432 B
TypeScript
export const COURSE2 = [
|
|
{
|
|
id: 0,
|
|
level: 0,
|
|
season_id: 0,
|
|
season_name: '',
|
|
new_flg: 0,
|
|
name: '',
|
|
type: 0,
|
|
name_id: 0,
|
|
matching_assist: 0,
|
|
guage_type: 0,
|
|
paseli_type: 0,
|
|
tracks: [
|
|
{
|
|
no: 0,
|
|
id: 2,
|
|
type: 0
|
|
},
|
|
{
|
|
no: 1,
|
|
id: 2,
|
|
type: 0
|
|
},
|
|
{
|
|
no: 2,
|
|
id: 2,
|
|
type: 0
|
|
},
|
|
]
|
|
},
|
|
];
|