mirror of
https://github.com/project-redbud/FunGame-Server.git
synced 2025-04-20 19:19:39 +08:00
16 lines
282 B
C#
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
|
|
{
|
|
|
|
}
|
|
}
|