buckshotroulette-decomp/RoundBatch.gd

5 lines
108 B
GDScript3
Raw Normal View History

2024-01-20 12:17:43 +00:00
class_name RoundBatch extends Node
@export var batchIndex : int
@export var roundArray : Array[RoundClass]