Meta data about why the delta occurred, such as data sent to the server from a game client.
The state of the game, but ONLY changed keys.
A game delta is probably the most complex part of understanding communication in the cadre framework. Refer to these docs for more help: https://github.com/siggame/Cadre/blob/master/gamelog-format.md#deltas.
The type of delta, or reason it occurred.
Generated using TypeDoc
The base shape all deltas implement.