mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-21 23:54:23 +00:00
parent
840269088c
commit
aab014f2ed
1 changed files with 0 additions and 2 deletions
|
@ -12,8 +12,6 @@ class Shape(enum.IntEnum):
|
||||||
TOP_LEFT_SLOPE = 3
|
TOP_LEFT_SLOPE = 3
|
||||||
BOTTOM_RIGHT_SLOPE = 4
|
BOTTOM_RIGHT_SLOPE = 4
|
||||||
BOTTOM_LEFT_SLOPE = 5
|
BOTTOM_LEFT_SLOPE = 5
|
||||||
UNKNOWN_6 = 6
|
|
||||||
UNKNOWN_7 = 7
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def from_flags(cls, flags2):
|
def from_flags(cls, flags2):
|
||||||
|
|
Loading…
Reference in a new issue