FAForever / server

The servercode for the Forged Alliance Forever lobby
http://www.faforever.com
GNU General Public License v3.0
66 stars 61 forks source link

Issue/#482 Add TypedDict definition for protocol messages #966

Open Askaholic opened 1 year ago

Askaholic commented 1 year ago

Adds some TypedDict definitions for incoming protocol messages to provide some structured documentation for client developers. Since these are just used as type annotations, they are not strictly enforced, but they can be used alongside static type checkers such as mypy.