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