소스 검색

feat: call GameState::setupGameState() from initialise event handler

rdh-local-prototype-endturn
Rob Hallam 9 달 전
부모
커밋
d123fa9810
1개의 변경된 파일1개의 추가작업 그리고 9개의 파일을 삭제
  1. +1
    -9
      app/events/Initalize.java

+ 1
- 9
app/events/Initalize.java 파일 보기

@@ -23,15 +23,7 @@ public class Initalize implements EventProcessor{
@Override
public void processEvent(ActorRef out, GameState gameState, JsonNode message) {
// hello this is a change
gameState.gameInitalised = true;
gameState.something = true;
// User 1 makes a change
//CommandDemo.executeDemo(out); // this executes the command demo, comment out this when implementing your solution
//Loaders_2024_Check.test(out);
gameState.setupGameState();
// start the turn demo
TurnDemo.executeDemo(out);


불러오는 중...
취소
저장