Add LevelRepo class - I forgot :P

This commit is contained in:
Sebastian Morr 2020-10-01 12:24:47 +02:00
parent 8198921b1a
commit e1fee5e4f0

7
level_repo.gd Normal file
View file

@ -0,0 +1,7 @@
extends Node
class_name LevelRepo
var slug
var path
var setup_commands = ""
var win_commands = ""