Update Config.cs (#11)

This commit is contained in:
milimoe 2023-04-24 01:40:35 +08:00 committed by GitHub
parent 804ad2c4e6
commit 690c85f2e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
using System.Text; using System.Text;
using System.Collections; using System.Collections;
using Milimoe.FunGame.Core.Library.Constant; using Milimoe.FunGame.Core.Library.Constant;
using Milimoe.FunGame.Core.Library.Common.Architecture; using Milimoe.FunGame.Core.Model;
namespace Milimoe.FunGame.Server.Others namespace Milimoe.FunGame.Server.Others
{ {