Method | Description | |
---|---|---|
Compute ( Node root, Santase.Logic.Cards.Card oppCard, IList |
||
HasSameSuitAs ( this card, Santase.Logic.Cards.Card card2 ) : bool | ||
IsTrump ( this card ) : bool |
Method | Description | |
---|---|---|
Compute ( Node root, Santase.Logic.Cards.Card firstPlayedCard, object myCards, object opponentTookWith, int firstPlayerRoundPoints, int secondPlayerRoundPoints ) : void |
public static Compute ( Node root, Santase.Logic.Cards.Card oppCard, IList |
||
root | Node | |
oppCard | Santase.Logic.Cards.Card | |
myCards | IList |
|
oppCards | IList |
|
myPoints | int | |
oppPoints | int | |
return | void |
public static HasSameSuitAs ( this card, Santase.Logic.Cards.Card card2 ) : bool | ||
card | this | |
card2 | Santase.Logic.Cards.Card | |
return | bool |