diff options
author | Justin Clark-Casey (justincc) | 2011-11-23 22:18:10 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-23 22:18:10 +0000 |
commit | ed7ddeecf2df370638feb0a83b70a0883a711650 (patch) | |
tree | e78197fbb3d13cc0f290fe6f1fa6db192048db46 /OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs | |
parent | Add teleport behaviour to pCampBot (diff) | |
download | opensim-SC_OLD-ed7ddeecf2df370638feb0a83b70a0883a711650.zip opensim-SC_OLD-ed7ddeecf2df370638feb0a83b70a0883a711650.tar.gz opensim-SC_OLD-ed7ddeecf2df370638feb0a83b70a0883a711650.tar.bz2 opensim-SC_OLD-ed7ddeecf2df370638feb0a83b70a0883a711650.tar.xz |
Print out what behaviours are active when pCampBot starts up
Diffstat (limited to 'OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs b/OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs index 7084ab4..0a6d5d2 100644 --- a/OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Behaviours/GrabbingBehaviour.cs | |||
@@ -41,6 +41,8 @@ namespace pCampBot | |||
41 | /// </remarks> | 41 | /// </remarks> |
42 | public class GrabbingBehaviour : IBehaviour | 42 | public class GrabbingBehaviour : IBehaviour |
43 | { | 43 | { |
44 | public string Name { get { return "Grabbing"; } } | ||
45 | |||
44 | public void Action(Bot bot) | 46 | public void Action(Bot bot) |
45 | { | 47 | { |
46 | Dictionary<UUID, Primitive> objects = bot.Objects; | 48 | Dictionary<UUID, Primitive> objects = bot.Objects; |