* Material Silo * fix board, fix copyright * a bit of review.... for the vibe.... * a tiny bit of review * 4 spaced * sloths no good very tiny nitpick * fix ui flickers * oops * slightly lower range * Sloth Review --------- Co-authored-by: ScarKy0 <scarky0@onet.eu>
7 lines
153 B
C#
7 lines
153 B
C#
using Content.Shared.Materials.OreSilo;
|
|
|
|
namespace Content.Client.Materials;
|
|
|
|
/// <inheritdoc/>
|
|
public sealed class OreSiloSystem : SharedOreSiloSystem;
|