sunder/scenes/multiplayer/match/scripts/mode.gd
2026-02-18 18:33:17 -05:00

7 lines
131 B
GDScript

class_name Mode extends Resource
@export var name:String
@export var description:String
func setup(_match: Match) -> void:
pass