Clean up all code

This commit is contained in:
2023-08-24 15:18:12 +08:00
parent 434ec7b2df
commit 2a8cebcbb5
52 changed files with 547 additions and 119 deletions

View File

@@ -261,7 +261,7 @@ namespace GrasscutterTools.Utils
/// <summary>
/// 热键触发事件参数
/// </summary>
public class HotKeyTriggerEventArgs
internal class HotKeyTriggerEventArgs
{
public HotKeyItem HotKeyItem { get; set; }