mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 22:38:41 -06:00
update notice
This commit is contained in:
parent
a5ed520b40
commit
23632c69b3
|
@ -50,7 +50,10 @@ pub enum ServerToClientMessage {
|
|||
position: Vec3,
|
||||
direction: Quat,
|
||||
} = S_PLAYER_POSITION_CHANGED,
|
||||
///WARNING: THIS IS COMPRESSED
|
||||
///## WARNING: THIS IS COMPRESSED
|
||||
///MESSAGES OF THIS TYPE ARE FULLY
|
||||
///COMPRESSED EXCEPT THE FIRST BYTE
|
||||
///TO REDUCE NETWORK USAGE
|
||||
ChunkResponse {
|
||||
chunk: IVec3,
|
||||
data: BlockData,
|
||||
|
|
Loading…
Reference in a new issue