mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-27 10:15:50 +08:00
init GearTask
This commit is contained in:
9
BetterGenshinImpact/Model/Gear/GearTask.cs
Normal file
9
BetterGenshinImpact/Model/Gear/GearTask.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace BetterGenshinImpact.Model.Gear;
|
||||
|
||||
/// <summary>
|
||||
/// 为了和其他Task做区分,使用Gear(齿轮)来作为前缀命名调度器内定义的任务
|
||||
/// </summary>
|
||||
public class GearTask
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user