diff options
author | Justin Clark-Casey (justincc) | 2011-11-03 22:39:06 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-11-03 22:39:06 +0000 |
commit | f26fdbd8da89ee35a23886defc13b44bc63b1349 (patch) | |
tree | b788fcc4948ab1fc4d3c20d309b5361d3b2c809b /OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs | |
parent | Move one of the old physics sleeps out into the main bot loop, so leaving out... (diff) | |
download | opensim-SC_OLD-f26fdbd8da89ee35a23886defc13b44bc63b1349.zip opensim-SC_OLD-f26fdbd8da89ee35a23886defc13b44bc63b1349.tar.gz opensim-SC_OLD-f26fdbd8da89ee35a23886defc13b44bc63b1349.tar.bz2 opensim-SC_OLD-f26fdbd8da89ee35a23886defc13b44bc63b1349.tar.xz |
Rename PhysicsBot => Bot since it doesn't just exercise physics anymore
Diffstat (limited to 'OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs')
-rw-r--r-- | OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs b/OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs index 8a1015d..d4ae0f0 100644 --- a/OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs +++ b/OpenSim/Tools/pCampBot/Interfaces/IBehaviour.cs | |||
@@ -31,6 +31,6 @@ namespace pCampBot.Interfaces | |||
31 | { | 31 | { |
32 | public interface IBehaviour | 32 | public interface IBehaviour |
33 | { | 33 | { |
34 | void Action(PhysicsBot bot); | 34 | void Action(Bot bot); |
35 | } | 35 | } |
36 | } \ No newline at end of file | 36 | } \ No newline at end of file |