Pure websocket game.

This commit is contained in:
Anduin Xue
2024-01-02 06:37:00 +00:00
parent 91b01b6341
commit e67b4907ac
4 changed files with 146 additions and 121 deletions
+4 -1
View File
@@ -1,6 +1,9 @@
using System.Diagnostics.CodeAnalysis;
namespace Aiursoft.ChessServer;
public class Program
[ExcludeFromCodeCoverage]
public abstract class Program
{
public static async Task Main(string[] args)
{