public bool startGame(IGameFormat _IGameFormat) { if (_IGameFormat == null) { return(false); } return(true); }
public int[] createNeedClickIndex(IGameFormat _IGameFormat) { return(null); }