6
StarHorizon_Public/Content.Shared/Ninja/Systems/SharedSpiderChargeSystem.cs
2026-01-18 12:53:36 +03:00

7 lines
217 B
C#

namespace Content.Shared.Ninja.Systems;
/// <summary>
/// Sticking triggering and exploding are all in server so this is just for access.
/// </summary>
public abstract class SharedSpiderChargeSystem : EntitySystem;