10 lines
172 B
C#
10 lines
172 B
C#
|
|
using Content.Shared.Materials;
|
|||
|
|
|
|||
|
|
namespace Content.Client.Materials;
|
|||
|
|
|
|||
|
|
/// <inheritdoc/>
|
|||
|
|
public sealed class MaterialReclaimerSystem : SharedMaterialReclaimerSystem
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|