Move PhysicsBehaviour into a spearate behaviours folder
parent
66c60c56a0
commit
3ea379e4cd
|
@ -25,7 +25,6 @@
|
|||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
using pCampBot;
|
||||
using System;
|
||||
|
||||
namespace pCampBot.Interfaces
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue