UNPKG
bp-space-invaders
Version:
latest (0.5.10)
0.5.10
0.5.9
0.3.6
0.2.5
0.0.2
0.0.1
The BP Space Invaders Game
github.com/brianpilati/ng-space-invaders
brianpilati/ng-space-invaders
bp-space-invaders
/
lib
/
model
/
game-data.model.d.ts
4 lines
(3 loc)
•
58 B
TypeScript
View Raw
1
2
3
4
export
interface
GameDataModel
{
highScore
:
number
; }