6
StarHorizon_Public/Content.Shared/Ninja/Systems/SharedSpiderChargeSystem.cs
2026-01-13 18:31:02 +02: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;