* Initial commit * Add sound * Review commets * addressing review * I think this is what Slart meant? * Review fixes * More fixes * tiny formatting * Review fixes * Review fixes * Fix small timing error * Follow new action system * review --------- Co-authored-by: ScarKy0 <106310278+ScarKy0@users.noreply.github.com> Co-authored-by: ScarKy0 <scarky0@onet.eu>
6 lines
130 B
C#
6 lines
130 B
C#
using Content.Shared.Rootable;
|
|
|
|
namespace Content.Client.Rootable;
|
|
|
|
public sealed class RootableSystem : SharedRootableSystem;
|