mirror of
https://github.com/thecatontheceiling/buckshotroulette-decomp.git
synced 2024-11-27 07:57:09 +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]
|