Compare commits
1 Commits
ee91d98383
...
master
Author | SHA1 | Date | |
---|---|---|---|
801b0cad33 |
@@ -368,8 +368,6 @@ class DeckStatus(EnumOrdering):
|
||||
|
||||
|
||||
class Ship:
|
||||
pole_size: int = 10
|
||||
|
||||
_length: int = IntEnumField(ShipSize)
|
||||
_tp: int = IntEnumField(ShipOrientation)
|
||||
_cells: List[int] = ListEnumField(DeckStatus, _length)
|
||||
|
Reference in New Issue
Block a user