mirror of
https://github.com/babalae/better-genshin-impact.git
synced 2026-05-21 09:45:48 +08:00
simple auto tracking
This commit is contained in:
@@ -20,6 +20,16 @@ public class GiPathPoint
|
||||
|
||||
public DateTime Time { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 下个点位相对本点位的角度
|
||||
/// </summary>
|
||||
public int NextAngle { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 下个点位相对本点位的距离
|
||||
/// </summary>
|
||||
public int NextDistance { get; set; }
|
||||
|
||||
public static GiPathPoint BuildFrom(Rect matchRect, int index)
|
||||
{
|
||||
var pt = MapCoordinate.Main2048ToGame(matchRect.GetCenterPoint());
|
||||
|
||||
Reference in New Issue
Block a user