Skip to content

Commit

Permalink
Update PsionicComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Aug 14, 2024
1 parent 548411d commit b93174e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Content.Shared/Psionics/PsionicComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public sealed partial class PsionicComponent : Component
/// A measure of how "Powerful" a Psion is.
/// TODO: Implement this in a separate PR.
/// </summary>
[ViewVariables(VVAccess.ReadOnly)]
public float CurrentAmplification;

/// <summary>
Expand All @@ -50,6 +51,7 @@ public sealed partial class PsionicComponent : Component
/// A measure of how "Controlled" a Psion is.
/// TODO: Implement this in a separate PR.
/// </summary>
[ViewVariables(VVAccess.ReadOnly)]
public float CurrentDampening;

/// <summary>
Expand Down

0 comments on commit b93174e

Please sign in to comment.