feat: add portal support

This commit is contained in:
2021-06-24 22:07:40 +02:00
parent 7b1ce8af8f
commit be7dd1ca94
10 changed files with 127 additions and 15 deletions

View File

@ -6,4 +6,5 @@ package uulm.teamname.marvelous.gamelibrary.config;
public enum FieldType {
GRASS,
ROCK,
PORTAL
}