示例#1
0
 public String Get()
 {
     return(elements[currentPlayer.Get()]);
 }
示例#2
0
 public bool IsIn()
 {
     return(Get(currentPlayer.Get()));
 }