示例#1
0
 public bool startGame(IGameFormat _IGameFormat)
 {
     if (_IGameFormat == null)
     {
         return(false);
     }
     return(true);
 }
示例#2
0
 public int[] createNeedClickIndex(IGameFormat _IGameFormat)
 {
     return(null);
 }