Add getMap() method to Context

This commit is contained in:
2021-03-30 22:30:11 +02:00
parent 56dedb1b5b
commit d8a8e28dd3
2 changed files with 4 additions and 0 deletions

View File

@@ -88,6 +88,7 @@ public class DefaultContext implements Context {
@Getter
private Camera camera;
@Getter
private DefaultGameMap map;
private MapHandler mapHandler;