Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 610 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 610 Bytes

godot-bird(鸟了个鸟)powered by godot 4.2

var groupHistoryMessageResponse: GroupHistoryMessageResponse = await Main.tcpClient.asyncAsk(request)
  • including GDScript serialization and deserialization.
ProtocolManager.write(buffer, ScoreRankRequest.new())

var request = ProtocolManager.read(buffer)