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