File size: 95 Bytes
90ca39a
 
 
 
 
 
1
2
3
4
5
6
namespace AIMA.Agent.Environment
{
    public interface IEnvironmentState
    {
    }
}