parallax hotfix (#15691)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user