ChatX/chatclient/chatapi.cs
2025-06-01 20:33:52 +08:00

13 lines
180 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace chatclient
{
internal class api
{
}
}