5 lines
78 B
GDScript3
5 lines
78 B
GDScript3
|
extends Resource
|
||
|
class_name SpawnList
|
||
|
|
||
|
@export var spawnlist: Array[PropInfo]
|