このサイトは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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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;
}
}
書き込み
プレビュー
読み込み中…
キャンセル
保存