mirror of
https://github.com/space-syndicate/space-station-14.git
synced 2026-02-15 00:34:44 +01:00
* Cluster grenade refactor * oopsies on the name * Solve client-side errors * reviews addressed * filling scattering grenades is now predicted * reviews addressed
9 lines
168 B
C#
9 lines
168 B
C#
using Content.Shared.Explosion.EntitySystems;
|
|
|
|
namespace Content.Client.Explosion;
|
|
|
|
public sealed class ScatteringGrenadeSystem : SharedScatteringGrenadeSystem
|
|
{
|
|
|
|
}
|