Skip to content

Commit

Permalink
set_actor_data.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
OmniacDev committed Dec 1, 2024
1 parent 41ba0ed commit 4ff5fb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/proto/src/version/v662/packets/set_actor_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ use crate::version::v662::types::{ActorRuntimeID, DataItem, PropertySyncData};
#[derive(ProtoCodec)]
pub struct SetActorDataPacket {
pub target_runtime_id: ActorRuntimeID,
#[vec_repr(u32)]
#[vec_endianness(var)]
pub actor_data: Vec<DataItem>, // TODO: Verify vec_repr & vec_endianness
pub synced_properties: PropertySyncData,
#[endianness(var)]
Expand Down

0 comments on commit 4ff5fb9

Please sign in to comment.