diff options
Diffstat (limited to 'gamemode/shared/questsystem/examplequest.lua')
| -rw-r--r-- | gamemode/shared/questsystem/examplequest.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gamemode/shared/questsystem/examplequest.lua b/gamemode/shared/questsystem/examplequest.lua deleted file mode 100644 index 21c8a7e..0000000 --- a/gamemode/shared/questsystem/examplequest.lua +++ /dev/null @@ -1,14 +0,0 @@ --- do return end --- if SERVER then return end --- local quest = {} --- --- quest.Name = "Example Quest" --- --- --[[ --- Given a DPanel, draw some text that the player can use when going through quests. --- ]] --- function quest.DrawQuestInfo(panel, status) --- --- end --- --- ART.RegisterQuest(quest) |
