Exemplo n.º 1
0
 public bool startGame(IGameFormat _IGameFormat)
 {
     if (_IGameFormat == null)
     {
         return(false);
     }
     return(true);
 }
Exemplo n.º 2
0
 public int[] createNeedClickIndex(IGameFormat _IGameFormat)
 {
     return(null);
 }