mirror of
https://github.com/ACEmulator/ACE
synced 2026-08-17 12:26:06 -04:00
* Adding Chess * Updating chess rankings * more rank updates * Reverting pieces to default size / improving movement
10 lines
155 B
C#
10 lines
155 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace ACE.Server.Entity.Chess
|
|
{
|
|
public class ChessAiAsyncTurnKey
|
|
{
|
|
}
|
|
}
|