get_random_cards() public méthode

public get_random_cards ( int n ) : List
n int
Résultat List
 public void reset(CGostopEngine engine)
 {
     this.random_cards = engine.get_random_cards(2);
 }
Exemple #2
0
 public void reset(CGostopEngine engine)
 {
     this.random_cards = engine.get_random_cards(2);
 }