This commit is contained in:
Dmitry Belyaev 2024-04-29 19:05:48 +03:00
parent ee91d98383
commit 801b0cad33
1 changed files with 0 additions and 2 deletions

View File

@ -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)