mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Print out what behaviours are active when pCampBot starts up
This commit is contained in:
@@ -31,6 +31,15 @@ namespace pCampBot.Interfaces
|
||||
{
|
||||
public interface IBehaviour
|
||||
{
|
||||
/// <summary>
|
||||
/// Name of this behaviour.
|
||||
/// </summary>
|
||||
string Name { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Action to take when this behaviour is invoked.
|
||||
/// </summary>
|
||||
/// <param name="bot"></param>
|
||||
void Action(Bot bot);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user