本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
bertieb
/
itsd-project-code
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
feat: remove GameActor reference from GameState once assigned to AI
rdh-local-prototype-endturn
Rob Hallam
9 月之前
父節點
7ac60058fa
當前提交
7a182cb7ea
共有
1 個檔案被更改
,包括
1 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
app/structures/GameState.java
+ 1
- 0
app/structures/GameState.java
查看文件
@@ -41,5 +41,6 @@ public class GameState {
this.currentPlayer = 1;
// create the AI player:
this.aiPlayer = new AIPlayer(this.gameActor);
this.gameActor = null;
}
}
Write
Preview
Loading…
取消
儲存