buckshotroulette-decomp/RoundBatch.gd

5 lines
108 B
GDScript

class_name RoundBatch extends Node
@export var batchIndex : int
@export var roundArray : Array[RoundClass]