diff options
author | Justin Clark-Casey (justincc) | 2013-09-03 17:07:57 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-09-03 17:07:57 +0100 |
commit | 9c652079361f496c46640ed67e964ee6164ce06e (patch) | |
tree | 4408162af7fa2e5a2da0ace72101745138ed8789 /OpenSim/Tools/pCampBot/Behaviours/AbstractBehaviour.cs | |
parent | minor simplification of some unix date functions in Util. No functional change. (diff) | |
download | opensim-SC-9c652079361f496c46640ed67e964ee6164ce06e.zip opensim-SC-9c652079361f496c46640ed67e964ee6164ce06e.tar.gz opensim-SC-9c652079361f496c46640ed67e964ee6164ce06e.tar.bz2 opensim-SC-9c652079361f496c46640ed67e964ee6164ce06e.tar.xz |
Show behaviours of pCampbot bots in "show bots" and "show bot" console commands
Diffstat (limited to 'OpenSim/Tools/pCampBot/Behaviours/AbstractBehaviour.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/Behaviours/AbstractBehaviour.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/AbstractBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/AbstractBehaviour.cs index 9a9371d..66d5542 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/AbstractBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/AbstractBehaviour.cs | |||
@@ -35,6 +35,11 @@ namespace pCampBot | |||
35 | { | 35 | { |
36 | public class AbstractBehaviour : IBehaviour | 36 | public class AbstractBehaviour : IBehaviour |
37 | { | 37 | { |
38 | /// <summary> | ||
39 | /// Abbreviated name of this behaviour. | ||
40 | /// </summary> | ||
41 | public string AbbreviatedName { get; protected set; } | ||
42 | |||
38 | public string Name { get; protected set; } | 43 | public string Name { get; protected set; } |
39 | 44 | ||
40 | public Bot Bot { get; protected set; } | 45 | public Bot Bot { get; protected set; } |