fix: add more necessary getters to GameStateView

This commit is contained in:
2021-05-18 18:44:01 +02:00
parent 1348e342d6
commit 588633fe46
2 changed files with 13 additions and 0 deletions

View File

@ -5,6 +5,10 @@ import uulm.teamname.marvelous.gamelibrary.IntVector2;
import uulm.teamname.marvelous.gamelibrary.entities.EntityID;
import uulm.teamname.marvelous.gamelibrary.entities.EntityType;
import uulm.teamname.marvelous.gamelibrary.entities.Rock;
import uulm.teamname.marvelous.gamelibrary.events.Event;
import uulm.teamname.marvelous.gamelibrary.requests.CharacterRequest;
import java.util.ArrayList;
import static org.junit.jupiter.api.Assertions.*;