Move PhysicsBehaviour into a spearate behaviours folder

This commit is contained in:
Justin Clark-Casey (justincc)
2011-11-03 21:25:27 +00:00
parent 66c60c56a0
commit 3ea379e4cd
3 changed files with 2 additions and 3 deletions

View File

@@ -25,7 +25,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
using pCampBot;
using System;
namespace pCampBot.Interfaces

View File

@@ -36,9 +36,9 @@ using log4net;
using OpenMetaverse;
using OpenMetaverse.Assets;
using Nini.Config;
using pCampBot.Interfaces;
using OpenSim.Framework;
using OpenSim.Framework.Console;
using pCampBot.Interfaces;
using Timer = System.Timers.Timer;
namespace pCampBot
@@ -105,7 +105,7 @@ namespace pCampBot
string firstName, string lastName, string password, string loginUri)
{
Client = new GridClient();
Random = new Random(Environment.TickCount);// We do stuff randomly here
FirstName = firstName;
LastName = lastName;