Skip to content

Component: Enemy Queue

Ian MacIntosh edited this page Sep 22, 2018 · 1 revision

Enemy Queue

JSON

// The enemy queue is presented as a list
// Each member is an enemy
// Each member's value represents its type
[
	"A",
	"B",
	"C",
	"B"
]
Clone this wiki locally