* 5.6_01
This commit is contained in:
@@ -368,8 +368,6 @@ class DeckStatus(EnumOrdering):
|
|||||||
|
|
||||||
|
|
||||||
class Ship:
|
class Ship:
|
||||||
pole_size: int = 10
|
|
||||||
|
|
||||||
_length: int = IntEnumField(ShipSize)
|
_length: int = IntEnumField(ShipSize)
|
||||||
_tp: int = IntEnumField(ShipOrientation)
|
_tp: int = IntEnumField(ShipOrientation)
|
||||||
_cells: List[int] = ListEnumField(DeckStatus, _length)
|
_cells: List[int] = ListEnumField(DeckStatus, _length)
|
||||||
|
Reference in New Issue
Block a user