namespace Content.Server.AI.WorldState.States.Utility { /// /// Used by the utility AI to calc the adjusted scores /// public class ConsiderationState : StoredStateData { public override string Name => "Consideration"; } }