Implemented battery weapons

This commit is contained in:
Marco 2025-08-13 16:51:56 +02:00
commit 54fa750bca
20 changed files with 372 additions and 264 deletions

View file

@ -6,5 +6,6 @@ public partial class IsoPlayerStateMachine : StateMachineBase<PlayerState,Charac
{
[Export] public override PlayerState InitialState { get; protected set; } = PlayerState.Init;
[Export] public IsoPlayerStorageModule Storage { get; private set; }
}