forked from space-syndicate/space-station-14
* Spray! * Add to clown loadout * Fix the easy things * lot nicer * spray update.. * Fix yaml * fixes * changed it to warning! * review * review * sku
8 lines
196 B
C#
8 lines
196 B
C#
using Content.Shared.Fluids.Components;
|
|
using Content.Shared.Fluids.EntitySystems;
|
|
using Robust.Shared.Map;
|
|
|
|
namespace Content.Client.Fluids;
|
|
|
|
public sealed class SpraySystem : SharedSpraySystem;
|