TargetAmmoMatchesCon.cs 244 B

123456789
  1. namespace Content.Server.NPC.Queries.Considerations;
  2. /// <summary>
  3. /// Returns 1f where the specified target is valid for the active hand's whitelist.
  4. /// </summary>
  5. public sealed partial class TargetAmmoMatchesCon : UtilityConsideration
  6. {
  7. }