Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Oct 28, 2024
1 parent 718dba7 commit 67918ac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Content.Client/_White/Animations/WaddleAnimationSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace Content.Client._White.Animations;

public sealed class WaddleAnimationSystem : SharedWaddledAnimationSystem
public sealed class WaddleAnimationSystem : SharedWaddleAnimationSystem
{
[Dependency] private readonly AnimationPlayerSystem _animation = default!;
[Dependency] private readonly StandingStateSystem _standingState = default!;
Expand Down
2 changes: 1 addition & 1 deletion Content.Server/_White/Animations/WaddleAnimationSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

namespace Content.Server._White.Animations;

public sealed class WaddleAnimationSystem : SharedWaddledAnimationSystem
public sealed class WaddleAnimationSystem : SharedWaddleAnimationSystem
{
protected override void PlayAnimation(EntityUid user)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace Content.Shared._White.Animations;

public abstract class SharedWaddledAnimationSystem : EntitySystem
public abstract class SharedWaddleAnimationSystem : EntitySystem
{
[Dependency] protected readonly IGameTiming Timing = default!;
[Dependency] private readonly StandingStateSystem _standingState = default!;
Expand Down

0 comments on commit 67918ac

Please sign in to comment.