8 lines
161 B
C#
8 lines
161 B
C#
using Content.Shared._Sunrise.CopyMachine;
|
|
|
|
namespace Content.Client._Sunrise.CopyMachine;
|
|
|
|
public sealed class CopyMachineSystem : SharedCopyMachineSystem
|
|
{
|
|
|
|
}
|