7 lines
217 B
C#
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;
|