Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 committed Jun 17, 2024
1 parent 7f1cf1f commit c81f29d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ namespace Content.Shared.Light.Components;
[NetworkedComponent]
public abstract partial class SharedExpendableLightComponent : Component
{
public static readonly AudioParams LoopedSoundParams = new(0, 1, "Master", 62.5f, 1, 1, true, 0.3f);

[ViewVariables(VVAccess.ReadOnly)]
public ExpendableLightState CurrentState { get; set; }

Expand Down

0 comments on commit c81f29d

Please sign in to comment.