コード例 #1
0
 //decisions
 public object IsABoardActiveFor2Seconds(object o)
 {
     return(bb1.getActiveTime() >= 2 || bb2.getActiveTime() >= 2);
 }