mirror of
https://github.com/thecatontheceiling/buckshotroulette-decomp.git
synced 2025-02-16 17:26:01 +00:00
5 lines
108 B
GDScript3
5 lines
108 B
GDScript3
|
class_name RoundBatch extends Node
|
||
|
|
||
|
@export var batchIndex : int
|
||
|
@export var roundArray : Array[RoundClass]
|