oh-my-git/level_repo.gd
2020-10-01 12:24:47 +02:00

8 lines
99 B
GDScript

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