[EW][Job Quests][SGE] Added SGE job quests. #46

Merged
liza merged 7 commits from kaiserbh/Questionable:master into master 2024-09-16 15:05:41 +00:00
4 changed files with 4 additions and 4 deletions
Showing only changes of commit 9e65a7aa54 - Show all commits

View File

@ -1,4 +1,4 @@
{ {
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "kaiser", "Author": "kaiser",
"QuestSequence": [ "QuestSequence": [

View File

@ -1,4 +1,4 @@
{ {
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "kaiser", "Author": "kaiser",
"QuestSequence": [ "QuestSequence": [

View File

@ -1,4 +1,4 @@
{ {
"$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json", "$schema": "https://git.carvel.li/liza/Questionable/raw/branch/master/QuestPaths/quest-v1.json",
"Author": "kaiser", "Author": "kaiser",
"QuestSequence": [ "QuestSequence": [

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using Dalamud.Game.ClientState.Objects.Types; using Dalamud.Game.ClientState.Objects.Types;
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging;