()
| 1439 | } |
| 1440 | |
| 1441 | func (card *Card) Color() Color { |
| 1442 | |
| 1443 | if card.Contents != nil { |
| 1444 | return card.Contents.Color() |
| 1445 | } |
| 1446 | |
| 1447 | return ColorWhite.Clone() |
| 1448 | |
| 1449 | } |
| 1450 | |
| 1451 | func (card *Card) DrawContents() { |
| 1452 |
no test coverage detected