mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-15 15:02:16 -07:00
Stuffs
Took 39 minutes Took 4 seconds Took 43 minutes
This commit is contained in:
parent
ef93d8a253
commit
98da0a066f
4 changed files with 42 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue