From 6cbdac1f3541acfa52fe349fac6133045b38ec54 Mon Sep 17 00:00:00 2001 From: Mili Date: Sun, 2 Oct 2022 00:06:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++-- .../Implement/ServerInterfaceImpl.cs | 15 --------------- 2 files changed, 2 insertions(+), 17 deletions(-) delete mode 100644 FunGame.Implement/Implement/ServerInterfaceImpl.cs diff --git a/.gitignore b/.gitignore index dceee49..ace41af 100644 --- a/.gitignore +++ b/.gitignore @@ -362,5 +362,5 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd -#FunGame.Core.Implement -FunGame.Core/Implement/*.cs \ No newline at end of file +#FunGame.Implement +FunGame.Implement/Implement/*.cs \ No newline at end of file diff --git a/FunGame.Implement/Implement/ServerInterfaceImpl.cs b/FunGame.Implement/Implement/ServerInterfaceImpl.cs deleted file mode 100644 index 169df23..0000000 --- a/FunGame.Implement/Implement/ServerInterfaceImpl.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using Milimoe.FunGame.Core.Interface; - -namespace MIilimoe.FunGame.Core.Implement -{ - public class IServerImpl : IServer - { - - } -}