brodacast shoot

This commit is contained in:
2024-08-27 16:21:42 +02:00
parent 2353cbb2be
commit 89b62317d4
6 changed files with 52 additions and 12 deletions

View File

@@ -5,6 +5,8 @@
namespace blitz {
class NetworkInterface;
class PlayerController : public godot::Node {
GDCLASS(PlayerController, godot::Node)
protected:
@@ -25,6 +27,7 @@ class PlayerController : public godot::Node {
float m_Speed;
Player* m_Player;
godot::Node3D* m_Head;
NetworkInterface* m_NetworkInterface;
void UpdateBobbing(float delta);
void UpdateFOV(float delta);