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; }
|
||
|
|
}
|
||
|
|
}
|