[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

@ -131,6 +131,7 @@ public slots:
void actRemoveCardCounter(int counterId);
void actAddCardCounter(int counterId);
void actSetCardCounter(int counterId);
void actIncrementAllCardCounters();
void actAttach();
void actUnattach();
void actDrawArrow();