index
:
jumpstorm.git
main
Unfinished multiplayer doodle jump in my ecs engine
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
client
/
lib
/
interfaces
/
LeaderBoardEntry.ts
blob: 1b1e7b3971c73e0962819830dcdb1c3dd8b78e51 (
plain
) (
blame
)
1
2
3
4
5
export interface LeaderBoardEntry { name: string; score: number; avatar: string; }