@override void onLayerChangedForOpponent(int userId, int layer) { if (userId != -1 && layer != -1) { onLayerChanged?.call(userId, layer); } }