Modifier and Type | Field and Description |
---|---|
private CDC_Game |
CDC_Board.game |
Constructor and Description |
---|
CDC_Board(client.Room_SettingFile.BoardOpenType type,
client.SettingFile.STARTMODE startMode,
client.Room_SettingFile.BoardDisconnectAutoRestart restart,
CDC_Room room,
CDC_Game game,
boolean isCLI,
boolean isPlay,
boolean needCloseWeb)
CDC_Board 的 constructor。
|
Human(client.Room_SettingFile.BoardOpenType type,
client.SettingFile.STARTMODE startMode,
client.Room_SettingFile.BoardDisconnectAutoRestart restart,
CDC_Room room,
CDC_Game game,
boolean isLocal,
boolean isCLI,
boolean isPlay,
boolean needCloseWeb)
constructor,因為是拿 CDC_Board 包裝成 Search 的接口模式,所以要傳入 CDC_Board 所需的初始參數
另外,因為針對有些功能上有線上伺服器和本地伺服器的區別限制,所以要 isLocal 來限制某些功能。
|