Remove unnecessary PassageAbility (other than ALLOW and BLOCK)

This commit is contained in:
2021-03-08 20:01:06 +01:00
parent bbae364908
commit 1f02518cd8
11 changed files with 86 additions and 135 deletions

View File

@@ -2,9 +2,5 @@ package com.bartlomiejpluta.base.api.game.map.layer.object;
public enum PassageAbility {
BLOCK,
ALLOW,
UP_ONLY,
DOWN_ONLY,
LEFT_ONLY,
RIGHT_ONLY
ALLOW
}