WIP public list

This commit is contained in:
2023-07-25 09:24:18 +02:00
parent e44385473f
commit f4a0af33b0
5 changed files with 74 additions and 23 deletions

View File

@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CardMarketBot
{
internal class SocketClient
{
}
}