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

@@ -34,10 +34,6 @@ message ObjectLayer {
enum PassageAbility {
ALLOW = 0;
BLOCK = 1;
UP_ONLY = 2;
DOWN_ONLY = 3;
LEFT_ONLY = 4;
RIGHT_ONLY = 5;
}
message ColorLayer {