StaminaSystem to SharedStaminaSystem (#37199)
* Init Commit * Partial class * Hands system slipped through
This commit is contained in:
committed by
GitHub
parent
ef881fe655
commit
9c165cb5a0
@@ -6,7 +6,7 @@ namespace Content.Shared.Damage.Components;
|
||||
/// <summary>
|
||||
/// Multiplies the entity's <see cref="StaminaComponent.StaminaDamage"/> by the <see cref="Modifier"/>.
|
||||
/// </summary>
|
||||
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, Access(typeof(StaminaSystem))]
|
||||
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState, Access(typeof(SharedStaminaSystem))]
|
||||
public sealed partial class StaminaModifierComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user