Energy weapons

This commit is contained in:
Marco 2025-05-02 13:10:38 +02:00
commit 2f76d4742e
12 changed files with 144 additions and 24 deletions

View file

@ -12,6 +12,8 @@ public partial class PlayerStateMachine : StateMachineBase<PlayerState, Characte
[Export] public ActorResourceProvider MotivationResource { get; private set; }
[Export] public ActorResourceProvider Shield { get; private set; }
public void RefillHealth()
{
GD.Print("Refilling health");