From 576b92fd82f568572bc4beb125fa0ba0191a602f Mon Sep 17 00:00:00 2001
From: asmrobot <asmrobot@hotmail.com>
Date: Wed, 13 Nov 2019 14:59:52 +0000
Subject: [PATCH] add map editor

---
 src/RichCreator/Maps/Lindong/OutOfBounds.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/RichCreator/Maps/Lindong/OutOfBounds.cs b/src/RichCreator/Maps/Lindong/OutOfBounds.cs
index 0c92f06..34e19c0 100644
--- a/src/RichCreator/Maps/Lindong/OutOfBounds.cs
+++ b/src/RichCreator/Maps/Lindong/OutOfBounds.cs
@@ -7,6 +7,7 @@
 using System.Linq;
 using System.Text;
 using System.Threading.Tasks;
+using RichCreator.Dnf;
 
 namespace RichCreator.Maps.Lindong
 {
@@ -15,7 +16,7 @@
     /// </summary>
     public class OutOfBounds
     {
-        public OutOfBounds(ZTRectangle gameRect,MoveState moveState)
+        public OutOfBounds(ZTRectangle gameRect,DnfRole moveState)
         {
             this.moveState = moveState;
             this.gameRect = gameRect;
@@ -37,7 +38,7 @@
 
         private ZTRectangle gameRect;
 
-        private MoveState moveState;
+        private DnfRole moveState;
 
         private ZTRectangle[] bounds = null;
 

--
Gitblit v1.9.3