mirror of
https://codeberg.org/sunder/sunder.git
synced 2026-03-07 10:50:25 +00:00
7 lines
131 B
GDScript
7 lines
131 B
GDScript
class_name Mode extends Resource
|
|
|
|
@export var name:String
|
|
@export var description:String
|
|
|
|
func setup(_match: Match) -> void:
|
|
pass
|