[Game] Refactor: move proliferate action code to PlayerActions (#6926)

This commit is contained in:
RickyRister 2026-05-22 01:25:00 -07:00 committed by GitHub
parent 81a2712b92
commit 09d817770e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 39 additions and 38 deletions

View file

@ -197,7 +197,6 @@ public:
CounterState *addCounter(int id, const QString &name, const QColor &color, int radius, int value);
void delCounter(int counterId);
void clearCounters();
void incrementAllCardCounters();
QMap<int, CounterState *> getCounters() const
{