2023-08-02 07:45:11 +00:00
|
|
|
// ReSharper disable once CheckNamespace
|
2023-08-03 05:49:05 +00:00
|
|
|
namespace BlueWaterProject
|
2023-08-02 07:45:11 +00:00
|
|
|
{
|
2023-08-03 03:38:50 +00:00
|
|
|
public interface IAiStat : IAiBase
|
2023-08-02 07:45:11 +00:00
|
|
|
{
|
|
|
|
public AiStat AiStat { get; set; }
|
|
|
|
}
|
|
|
|
}
|