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/Jobs/WeGameJob.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/RichCreator/Jobs/WeGameJob.cs b/src/RichCreator/Jobs/WeGameJob.cs
index f28c2db..551ac9b 100644
--- a/src/RichCreator/Jobs/WeGameJob.cs
+++ b/src/RichCreator/Jobs/WeGameJob.cs
@@ -13,7 +13,7 @@
using System.Text;
using System.Threading;
using System.Threading.Tasks;
-
+using RichCreator.Utility;
namespace RichCreator.Jobs
{
--
Gitblit v1.9.3