7 lines
181 B
Python
7 lines
181 B
Python
from source.network.packet.abc import SignalPacket
|
|
|
|
|
|
class PacketBoatPlaced(SignalPacket):
|
|
"""
|
|
A packet that signal that all the boat of the player have been placed
|
|
"""
|