mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Fix link in doc
This commit is contained in:
parent
04c0d2ad39
commit
2a02f18fb0
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ void PlayerActions::playCard(CardItem *card, bool faceDown)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Like {@link Player::playCard}, but forces the card to be played to the table zone.
|
* Like {@link PlayerActions::playCard}, but forces the card to be played to the table zone.
|
||||||
* Cards with tablerow 3 (the stack) will be played to tablerow 1 (the noncreatures row).
|
* Cards with tablerow 3 (the stack) will be played to tablerow 1 (the noncreatures row).
|
||||||
*/
|
*/
|
||||||
void PlayerActions::playCardToTable(const CardItem *card, bool faceDown)
|
void PlayerActions::playCardToTable(const CardItem *card, bool faceDown)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue