4 lines
68 B
C#
4 lines
68 B
C#
|
|
namespace Chessistics.Engine.Events;
|
||
|
|
|
||
|
|
public interface IWorldEvent;
|