TargetMeleeCon.cs 183 B

123456789
  1. namespace Content.Server.NPC.Queries.Considerations;
  2. /// <summary>
  3. /// Gets the DPS out of 100.
  4. /// </summary>
  5. public sealed partial class TargetMeleeCon : UtilityConsideration
  6. {
  7. }