Optimize: Chapter 3 (#77)

* Optimize: Chapter 3

not done

* Optimize: Chapter 3

not done

* Update FormMain.en-us.resx

* Update FormMain.ru-ru.resx

* Update FormMain.Designer.cs

* Update FormMain.resx

* Update GameData.cs

* Update FormMain.cs

* Delete Ornament.txt

* Delete Ornament.txt

* Delete Ornament.txt

* Update FormMain.cs

* Update FormMain.Designer.cs

* Update FormMain.resx

* Update FormMain.ru-ru.resx

* Update FormMain.en-us.resx

* Update FormMain

Fix Weapons search result id issue
Fix Resources errors

* Fix .csproj error

* Add /Announcement command

Co-authored-by: 筱傑 <jie65535@qq.com>
This commit is contained in:
Asayu233
2022-07-03 22:16:20 +08:00
committed by GitHub
parent f80be7608c
commit dfd93fcdb0
17 changed files with 1565 additions and 3474 deletions

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; }
}
}
}