Communications Console: The ECSining (#8374)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
14
Content.Server/Salvage/SalvageGridComponent.cs
Normal file
14
Content.Server/Salvage/SalvageGridComponent.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace Content.Server.Salvage
|
||||
{
|
||||
/// <summary>
|
||||
/// A grid spawned by a salvage magnet.
|
||||
/// </summary>
|
||||
[RegisterComponent]
|
||||
public sealed class SalvageGridComponent : Component
|
||||
{
|
||||
/// <summary>
|
||||
/// The magnet that spawned this grid.
|
||||
/// </summary>
|
||||
public SalvageMagnetComponent? SpawnerMagnet;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user