File size: 141 Bytes
90ca39a
 
 
 
 
 
 
1
2
3
4
5
6
7
namespace AIMA.Agent.Environment
{
    public interface IEnvironmentViewNotifier
    {
        void NotifyViews(string msg);
    }
}