()
| 1058 | } |
| 1059 | |
| 1060 | func (card *Card) Position() Vector { |
| 1061 | return Vector{card.Rect.X, card.Rect.Y} |
| 1062 | } |
| 1063 | |
| 1064 | // Link creates a link between the current Card and the other, provided Card, and returns it, along with a boolean indicating if the link was just created. |
| 1065 | // If a link is already formed between the Cards, it will return that LinkEnding, along with false as the second boolean. |
no outgoing calls
no test coverage detected