Update PROTOCOL.md and README.md

This commit is contained in:
toki 2026-04-08 07:59:52 +09:00
parent dc80493c72
commit 3ef736d897
2 changed files with 2 additions and 0 deletions

View file

@ -167,6 +167,7 @@ Sending `HeartBeat {}`:
| C# (Unity) | Planned | `csharp/` |
| Kotlin | Planned | `kotlin/` |
| Swift | Planned | `swift/` |
| Go | Planned | `go/` |
| Python | Planned | `python/` |
| Rust | Planned | `rust/` |

View file

@ -34,6 +34,7 @@ See [PROTOCOL.md](PROTOCOL.md) for the full wire format specification.
| C# | Planned | `csharp/` | Unity, .NET |
| Kotlin | Planned | `kotlin/` | Android |
| Swift | Planned | `swift/` | iOS, macOS |
| Go | Planned | `go/` | Server, tooling, scripting |
| Python | Planned | `python/` | Server, tooling, scripting |
| Rust | Planned | `rust/` | High-performance server, embedded |