feat[python]: support python

This commit is contained in:
godotg
2023-08-26 18:30:23 +08:00
parent 1d079b0a7a
commit 99d3cd8b3d
23 changed files with 1434 additions and 10 deletions
@@ -0,0 +1,18 @@
{}
class {}():
{}
def protocolId(self):
return {}
@classmethod
def write(cls, buffer, packet):
if (buffer.writePacketFlag(packet)):
return
{}
@classmethod
def read(cls, buffer):
{}
pass