oh-my-git/scenes/level_repo.gd
2020-10-26 19:16:22 +01:00

8 lines
99 B
GDScript

extends Node
class_name LevelRepo
var slug
var path
var setup_commands = ""
var win_commands = ""