mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2026-02-04 21:24:14 +08:00
Clean up all code
This commit is contained in:
@@ -25,7 +25,7 @@ namespace GrasscutterTools.Game
|
||||
/// <summary>
|
||||
/// ID映射组,Key为分类,双斜杠构造
|
||||
/// </summary>
|
||||
public class ItemMapGroup : Dictionary<string, ItemMap>
|
||||
internal class ItemMapGroup : Dictionary<string, ItemMap>
|
||||
{
|
||||
public ItemMapGroup(string idNamePairs)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user