generated from Persson-dev/Godot-Xmake
fixed client player going crazy on spawn
This commit is contained in:
@@ -20,7 +20,7 @@ class Player : public godot::CharacterBody3D {
|
||||
Player();
|
||||
~Player();
|
||||
|
||||
void _ready();
|
||||
void _ready() override;
|
||||
virtual void _physics_process(float delta);
|
||||
void animate(float delta);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user