buckshotroulette-decomp/RoundBatch.gd

5 lines
108 B
GDScript3
Raw Normal View History

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