mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-22 06:48:43 -06:00
update notice
This commit is contained in:
parent
a5ed520b40
commit
23632c69b3
|
@ -50,7 +50,10 @@ pub enum ServerToClientMessage {
|
||||||
position: Vec3,
|
position: Vec3,
|
||||||
direction: Quat,
|
direction: Quat,
|
||||||
} = S_PLAYER_POSITION_CHANGED,
|
} = 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 {
|
ChunkResponse {
|
||||||
chunk: IVec3,
|
chunk: IVec3,
|
||||||
data: BlockData,
|
data: BlockData,
|
||||||
|
|
Loading…
Reference in a new issue