This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
CodeAdmin
/
Games
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
0a79b7ded4
Ramas
Etiquetas
hrx_dev
master
Games
/
shuiGuoLeYuan
/
assets
/
scripts
/
Data
/
LevelData.ts
LevelData.ts
125 B
Histórico
Raw
1
2
3
4
5
6
interface LevelData {
id: number; // 关卡ID
targetScore: number; // 关卡通关分数
}
export default LevelData;