godot-bird
godot-bird copied to clipboard
bird and bird made with Godot Engine
godot-bird(鸟了个鸟)powered by godot 4.0
-
frontend:godot
-
support await grammar of net request
var groupHistoryMessageResponse: GroupHistoryMessageResponse = await Main.tcpClient.asyncAsk(request)
- including GDScript serialization and deserialization.
ProtocolManager.write(buffer, ScoreRankRequest.new())
var request = ProtocolManager.read(buffer)