From c4bd9d8c587bd1401f0fb2f60c34a4964d7afe20 Mon Sep 17 00:00:00 2001
From: asmrobot <asmrobot@hotmail.com>
Date: Sun, 27 Oct 2019 16:02:50 +0000
Subject: [PATCH] o

---
 src/RichCreator/Jobs/DNFJob.cs |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/src/RichCreator/Jobs/DNFJob.cs b/src/RichCreator/Jobs/DNFJob.cs
index 4b0ca69..dcb25a1 100644
--- a/src/RichCreator/Jobs/DNFJob.cs
+++ b/src/RichCreator/Jobs/DNFJob.cs
@@ -29,20 +29,20 @@
         /// <summary>
         /// 选角色时的角色选择偏移
         /// </summary>
-        private static ZTPoint[] RoleOffset = new ZTPoint[] {
-            new ZTPoint (154,225),
-            new ZTPoint (300,225),
-            new ZTPoint (443,225),
-            new ZTPoint (593,225),
-            new ZTPoint (726,225),
-            new ZTPoint (883,225),
+        private static Utility.Structs.ZTPoint[] RoleOffset = new Utility.Structs.ZTPoint[] {
+            new Utility.Structs.ZTPoint (154,225),
+            new Utility.Structs.ZTPoint (300,225),
+            new Utility.Structs.ZTPoint (443,225),
+            new Utility.Structs.ZTPoint (593,225),
+            new Utility.Structs.ZTPoint (726,225),
+            new Utility.Structs.ZTPoint (883,225),
 
-            new ZTPoint (154,455),
-            new ZTPoint (300,455),
-            new ZTPoint (443,455),
-            new ZTPoint (593,455),
-            new ZTPoint (726,455),
-            new ZTPoint (883,455)
+            new Utility.Structs.ZTPoint (154,455),
+            new Utility.Structs.ZTPoint (300,455),
+            new Utility.Structs.ZTPoint (443,455),
+            new Utility.Structs.ZTPoint (593,455),
+            new Utility.Structs.ZTPoint (726,455),
+            new Utility.Structs.ZTPoint (883,455)
         };
 
         /// <summary>
@@ -279,7 +279,7 @@
             if (result)
             {
                 //点击切换角色按钮624,502
-                G.Instance.InputControl.MoveToAndClick(new ZTPoint(this.GameRect.Start.X + 624, this.GameRect.Start.Y + 502));
+                G.Instance.InputControl.MoveToAndClick(new Utility.Structs.ZTPoint(this.GameRect.Start.X + 624, this.GameRect.Start.Y + 502));
                 return true;
             }
             G.Instance.InfoWriter("退回选择角色界面失败");

--
Gitblit v1.9.3