asmrobot
2019-11-13 576b92fd82f568572bc4beb125fa0ba0191a602f
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;