Co-authored-by: Pieter-Jan Briers <pieterjan.briers@gmail.com> Co-authored-by: Metal Gear Sloth <metalgearsloth@gmail.com> Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
10 lines
163 B
C#
10 lines
163 B
C#
using Content.Server.AI.Utility.AiLogic;
|
|
|
|
namespace Content.Server.AI.Utility.Actions
|
|
{
|
|
public interface IAiUtility
|
|
{
|
|
float Bonus { get; }
|
|
}
|
|
}
|