Un-network TimedDespawnComponent (#20280)

This commit is contained in:
Leon Friedrich
2023-09-17 19:18:52 +12:00
committed by GitHub
parent 93ccd1b77d
commit 3be88f4680
2 changed files with 3 additions and 25 deletions

View File

@@ -5,7 +5,7 @@ namespace Content.Shared.Spawners.Components;
/// <summary>
/// Put this component on something you would like to despawn after a certain amount of time
/// </summary>
[RegisterComponent, NetworkedComponent]
[RegisterComponent]
public sealed partial class TimedDespawnComponent : Component
{
/// <summary>