Pure websocket game.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user