Skip to content

Instantly share code, notes, and snippets.

@thiliporace
Last active July 31, 2023 16:43
Show Gist options
  • Save thiliporace/74b2a22c6b6ecb2c673585cfb0902ef6 to your computer and use it in GitHub Desktop.
Save thiliporace/74b2a22c6b6ecb2c673585cfb0902ef6 to your computer and use it in GitHub Desktop.
[
{
"id": 1,
"name": "BasicEnemy",
"health": 30,
"speed": 3
},
{
"id": 2,
"name": "RangedEnemy",
"health": 40,
"speed": 2
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment