From cfe3771a19222a1234d04c718a9f48b142ad7380 Mon Sep 17 00:00:00 2001 From: Asayu233 <76391894+Asayu233@users.noreply.github.com> Date: Sat, 2 Jul 2022 10:25:42 +0800 Subject: [PATCH] Update GameData.cs --- Source/GrasscutterTools/Game/GameData.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Source/GrasscutterTools/Game/GameData.cs b/Source/GrasscutterTools/Game/GameData.cs index 287289c..474b968 100644 --- a/Source/GrasscutterTools/Game/GameData.cs +++ b/Source/GrasscutterTools/Game/GameData.cs @@ -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; } } -} \ No newline at end of file +}