2022-11-18 01:11:20 +08:00

13 lines
213 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Milimoe.FunGame.Core.Entity.Network
{
public class SQLConnection
{
}
}