network: send player velocity

This commit is contained in:
2024-08-21 10:29:42 +02:00
parent d3dddff005
commit 6ee87733ca
6 changed files with 12 additions and 19 deletions

View File

@@ -63,6 +63,7 @@ struct PlayerPositionAndRotation {
PlayerID m_Player;
godot::Vector3 m_Position;
godot::Vector3 m_Rotation;
godot::Vector3 m_Velocity;
};
struct PlayerShoot {};