mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-12-15 10:11:35 +08:00
Add Weather Page
This commit is contained in:
@@ -46,6 +46,7 @@ namespace GrasscutterTools.Game
|
||||
GachaBannerTitles = new ItemMap(Resources.GachaBannerTitle);
|
||||
Quests = new ItemMap(Resources.Quest);
|
||||
ShopType = new ItemMap(Resources.ShopType);
|
||||
Weathers = new ItemMapGroup(Resources.Weather);
|
||||
}
|
||||
|
||||
public static ItemMap Achievements { get; private set; }
|
||||
@@ -89,5 +90,7 @@ namespace GrasscutterTools.Game
|
||||
public static ItemMap Quests { get; private set; }
|
||||
|
||||
public static ItemMap ShopType { get; private set; }
|
||||
|
||||
public static ItemMapGroup Weathers { get; private set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user