mirror of
https://github.com/thecatontheceiling/buckshotroulette-decomp.git
synced 2025-02-05 07:28:30 +00:00
5 lines
108 B
GDScript
5 lines
108 B
GDScript
class_name RoundBatch extends Node
|
|
|
|
@export var batchIndex : int
|
|
@export var roundArray : Array[RoundClass]
|