namespace Content.Server.AI.Utility.Actions { public interface IAiUtility { float Bonus { get; } } }