Took 39 minutes

Took 4 seconds

Took 43 minutes
This commit is contained in:
Lukas Brübach 2025-07-10 02:08:56 +02:00
parent ef93d8a253
commit 98da0a066f
4 changed files with 42 additions and 13 deletions

View file

@ -96,6 +96,10 @@ public:
Server_AbstractUserInterface *_handler);
~Server_Player() override;
void prepareDestroy();
const DeckList *getDeckList() const
{
return deck;
}
Server_AbstractUserInterface *getUserInterface() const
{
return userInterface;