ChatX/chatclient/chatapi.cs

13 lines
180 B
C#
Raw Normal View History

2025-06-01 20:33:52 +08:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace chatclient
{
internal class api
{
}
}