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.
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
using pCampBot;
|
|
||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace pCampBot.Interfaces
|
namespace pCampBot.Interfaces
|
||||||
|
|
|
@ -36,9 +36,9 @@ using log4net;
|
||||||
using OpenMetaverse;
|
using OpenMetaverse;
|
||||||
using OpenMetaverse.Assets;
|
using OpenMetaverse.Assets;
|
||||||
using Nini.Config;
|
using Nini.Config;
|
||||||
using pCampBot.Interfaces;
|
|
||||||
using OpenSim.Framework;
|
using OpenSim.Framework;
|
||||||
using OpenSim.Framework.Console;
|
using OpenSim.Framework.Console;
|
||||||
|
using pCampBot.Interfaces;
|
||||||
using Timer = System.Timers.Timer;
|
using Timer = System.Timers.Timer;
|
||||||
|
|
||||||
namespace pCampBot
|
namespace pCampBot
|
||||||
|
|
Loading…
Reference in New Issue