mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-03-19 08:19:48 +08:00
11 lines
183 B
C#
11 lines
183 B
C#
using BetterGenshinImpact.GameTask.Model;
|
|
using System;
|
|
using System.Threading;
|
|
|
|
namespace BetterGenshinImpact.GameTask.AutoTrackPath;
|
|
|
|
[Obsolete]
|
|
public class AutoTrackPathParam
|
|
{
|
|
}
|