2023-05-02 04:57:11 +10:00
|
|
|
namespace Content.Server.NPC.Queries.Considerations;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Returns 1f if the target is freely accessible (e.g. not in locked storage).
|
|
|
|
|
/// </summary>
|
2023-08-22 18:14:33 -07:00
|
|
|
public sealed partial class TargetAccessibleCon : UtilityConsideration
|
2023-05-02 04:57:11 +10:00
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|