From ed7ddeecf2df370638feb0a83b70a0883a711650 Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Wed, 23 Nov 2011 22:18:10 +0000
Subject: Print out what behaviours are active when pCampBot starts up
---
OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs | 9 +++++++++
1 file changed, 9 insertions(+)
(limited to 'OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs')
diff --git a/OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs b/OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs
index d4ae0f0..912216f 100644
--- a/OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs
+++ b/OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs
@@ -31,6 +31,15 @@ namespace pCampBot.Interfaces
{
public interface IBehaviour
{
+ ///
+ /// Name of this behaviour.
+ ///
+ string Name { get; }
+
+ ///
+ /// Action to take when this behaviour is invoked.
+ ///
+ ///
void Action(Bot bot);
}
}
\ No newline at end of file
--
cgit v1.1