mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-22 13:56:19 +03:00
Add LevelRepo class - I forgot :P
This commit is contained in:
parent
8198921b1a
commit
e1fee5e4f0
7
level_repo.gd
Normal file
7
level_repo.gd
Normal file
@ -0,0 +1,7 @@
|
||||
extends Node
|
||||
class_name LevelRepo
|
||||
|
||||
var slug
|
||||
var path
|
||||
var setup_commands = ""
|
||||
var win_commands = ""
|
Loading…
Reference in New Issue
Block a user