mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-06 05:23:56 -07:00
Update cockatrice/src/game/player/menu/player_menu.h
Co-authored-by: tooomm <tooomm@users.noreply.github.com>
This commit is contained in:
parent
f4638399e3
commit
01f68736be
1 changed files with 2 additions and 1 deletions
|
|
@ -87,7 +87,8 @@ private:
|
||||||
CustomZoneMenu *customZonesMenu;
|
CustomZoneMenu *customZonesMenu;
|
||||||
|
|
||||||
/** @brief Drives AbstractPlayerComponent lifecycle delegation. Counters are iterated separately via
|
/** @brief Drives AbstractPlayerComponent lifecycle delegation. Counters are iterated separately via
|
||||||
* player->getCounters(). */
|
* player->getCounters().
|
||||||
|
*/
|
||||||
QList<AbstractPlayerComponent *> managedComponents;
|
QList<AbstractPlayerComponent *> managedComponents;
|
||||||
bool shortcutsActive = false;
|
bool shortcutsActive = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue