parallax hotfix (#15691)

This commit is contained in:
deltanedas
2023-04-23 10:28:40 +00:00
committed by GitHub
parent 5d14696cb9
commit 17fa2df632

View File

@@ -6,7 +6,7 @@ namespace Content.Shared.Parallax;
/// <summary> /// <summary>
/// Handles per-map parallax /// Handles per-map parallax
/// </summary> /// </summary>
[RegisterComponent, NetworkedComponent, AutoGenerateComponentState] [RegisterComponent, NetworkedComponent, AutoGenerateComponentState(true)]
public sealed partial class ParallaxComponent : Component public sealed partial class ParallaxComponent : Component
{ {
// I wish I could use a typeserializer here but parallax is extremely client-dependent. // I wish I could use a typeserializer here but parallax is extremely client-dependent.