StaminaSystem to SharedStaminaSystem (#37199)

* Init Commit

* Partial class

* Hands system slipped through
This commit is contained in:
Princess Cheeseballs
2025-05-06 09:39:05 -07:00
committed by GitHub
parent ef881fe655
commit 9c165cb5a0
11 changed files with 23 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ namespace Content.Shared.Damage.Components;
[RegisterComponent]
[NetworkedComponent]
[AutoGenerateComponentState]
[Access(typeof(StaminaSystem))]
[Access(typeof(SharedStaminaSystem))]
public sealed partial class StaminaDamageOnEmbedComponent : Component
{
[ViewVariables(VVAccess.ReadWrite), DataField, AutoNetworkedField]