FunGame-Server/FunGame.Implement/Implement/ServerInterfaceImpl.cs
2022-10-01 23:58:38 +08:00

16 lines
282 B
C#

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
{
}
}