private void OnReady()
    {
        Ready = true;

        ChessManager.AddEntity(this);
    }