8 lines
121 B
C#
8 lines
121 B
C#
|
|
namespace Content.Server.AI.Utility.Actions
|
||
|
|
{
|
||
|
|
public interface IAiUtility
|
||
|
|
{
|
||
|
|
float Bonus { get; }
|
||
|
|
}
|
||
|
|
}
|