Update version to v1.2.0

Add Quest Tab Page
This commit is contained in:
2022-05-14 21:30:54 +08:00
parent d3fe3d7c76
commit 9095839006
14 changed files with 4468 additions and 1039 deletions

View File

@@ -39,6 +39,7 @@ namespace GrasscutterTools.Game
WeaponColors = new ItemMap(Resources.WeaponColor);
Ornaments = new ItemMap(Resources.Ornament);
GachaBannerPrefabs = new ItemMap(Resources.GachaBennerPrefab);
Quests = new ItemMap(Resources.Quest);
}
public static ItemMap Animals { get; private set; }
@@ -70,5 +71,7 @@ namespace GrasscutterTools.Game
public static ItemMap Ornaments { get; private set; }
public static ItemMap GachaBannerPrefabs { get; private set; }
public static ItemMap Quests { get; private set; }
}
}