Remove unnecessary PassageAbility (other than ALLOW and BLOCK)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user