update ManaShards event

This commit is contained in:
Anthony Calosa
2023-03-26 21:17:38 +08:00
parent 35f6250843
commit 71a6d82d61
7 changed files with 36 additions and 29 deletions

View File

@@ -552,6 +552,11 @@ public final class CMatchUI
}
}
@Override
public void updateShards(Iterable<PlayerView> shardsUpdate) {
//mobile adventure only..
}
@Override
public void updateCards(final Iterable<CardView> cards) {
for (final CardView c : cards) {