mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-18 10:52:38 +08:00
Implement import from GOOD dump
This commit is contained in:
@@ -39,6 +39,12 @@ namespace GrasscutterTools.Game
|
||||
WeaponColors = new ItemMap(Resources.WeaponColor);
|
||||
GachaBannerPrefabs = new ItemMap(Resources.GachaBennerPrefab);
|
||||
Quests = new ItemMap(Resources.Quest);
|
||||
|
||||
GOODArtifactCats = new ItemMap(Resources.GOODArtifactCat);
|
||||
GOODArtifactMainAttribution = new ItemMap(Resources.GOODArtifactMainAttribution);
|
||||
GOODArtifactSubAttribution = new ItemMap(Resources.GOODArtifactSubAttribution);
|
||||
GOODAvatars = new ItemMap(Resources.GOODAvatar);
|
||||
GOODWeapons = new ItemMap(Resources.GOODWeapon);
|
||||
}
|
||||
|
||||
public static ItemMap Animals { get; private set; }
|
||||
@@ -70,5 +76,10 @@ namespace GrasscutterTools.Game
|
||||
public static ItemMap GachaBannerPrefabs { get; private set; }
|
||||
|
||||
public static ItemMap Quests { get; private set; }
|
||||
public static ItemMap GOODArtifactCats { get; private set; }
|
||||
public static ItemMap GOODArtifactMainAttribution { get; private set; }
|
||||
public static ItemMap GOODArtifactSubAttribution { get; private set; }
|
||||
public static ItemMap GOODAvatars { get; private set; }
|
||||
public static ItemMap GOODWeapons { get; private set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user