SharedSpiderChargeSystem.cs 217 B

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