buckshotroulette-decomp/RoundBatch.gd
2024-01-20 16:17:43 +04:00

5 lines
108 B
GDScript

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