From 690c85f2e2c2dd54ff37df3155047c83d41be8f1 Mon Sep 17 00:00:00 2001 From: milimoe <110188673+milimoe@users.noreply.github.com> Date: Mon, 24 Apr 2023 01:40:35 +0800 Subject: [PATCH] Update Config.cs (#11) --- FunGame.Server/Others/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunGame.Server/Others/Config.cs b/FunGame.Server/Others/Config.cs index 1631bed..9607398 100644 --- a/FunGame.Server/Others/Config.cs +++ b/FunGame.Server/Others/Config.cs @@ -1,7 +1,7 @@ using System.Text; using System.Collections; using Milimoe.FunGame.Core.Library.Constant; -using Milimoe.FunGame.Core.Library.Common.Architecture; +using Milimoe.FunGame.Core.Model; namespace Milimoe.FunGame.Server.Others {