get_random_cards() 공개 메소드

public get_random_cards ( int n ) : List
n int
리턴 List
예제 #1
0
 public void reset(CGostopEngine engine)
 {
     this.random_cards = engine.get_random_cards(2);
 }
예제 #2
0
 public void reset(CGostopEngine engine)
 {
     this.random_cards = engine.get_random_cards(2);
 }