Update GameData.cs

This commit is contained in:
Asayu233 2022-07-02 10:25:42 +08:00 committed by GitHub
parent 2fbad008cb
commit cfe3771a19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
/**
/**
* Grasscutter Tools
* Copyright (C) 2022 jie65535
*
@ -37,7 +37,6 @@ namespace GrasscutterTools.Game
Scenes = new ItemMap(Resources.Scene);
Weapons = new ItemMap(Resources.Weapon);
WeaponColors = new ItemMap(Resources.WeaponColor);
Ornaments = new ItemMap(Resources.Ornament);
GachaBannerPrefabs = new ItemMap(Resources.GachaBennerPrefab);
Quests = new ItemMap(Resources.Quest);
}
@ -68,10 +67,8 @@ namespace GrasscutterTools.Game
public static ItemMap WeaponColors { get; private set; }
public static ItemMap Ornaments { get; private set; }
public static ItemMap GachaBannerPrefabs { get; private set; }
public static ItemMap Quests { get; private set; }
}
}
}