14 lines
295 B
Python
14 lines
295 B
Python
# from Messages.Messages import IMessage
|
|
|
|
|
|
# def SendTo(participant, network_id):
|
|
# if network_id is None:
|
|
# return 0
|
|
|
|
# participant.buffer[0:2] = [
|
|
# NetworkIdMsg.id,
|
|
# network_id
|
|
# ]
|
|
# return NetworkIdMsg.length
|
|
|