Started quest system
This commit is contained in:
7
scripts/System/QuestSystem.gd
Normal file
7
scripts/System/QuestSystem.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
class_name QuestSystem extends Node
|
||||
|
||||
var QUEST_EXAMPLE = preload("res://scripts/Quest/QuestExample.gd").new();
|
||||
|
||||
var ALL_QUESTS = [
|
||||
QUEST_EXAMPLE
|
||||
]
|
Reference in New Issue
Block a user