mirror of
https://github.com/wega-team/ss14-wega.git
synced 2026-02-14 19:30:01 +01:00
* 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;
|