mirror of
https://github.com/opensim/opensim.git
synced 2026-06-19 12:03:01 +08:00
Improved the enable neighbours code (Simclient thread should no longer sleep for 3 seconds for each neighbour).
18 lines
367 B
C#
18 lines
367 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using OpenSim.types;
|
|
using libsecondlife;
|
|
using libsecondlife.Packets;
|
|
using OpenSim.Framework.Interfaces;
|
|
using OpenSim.Physics.Manager;
|
|
using OpenSim.Framework.Types;
|
|
using OpenSim.Framework.Inventory;
|
|
|
|
namespace OpenSim.world
|
|
{
|
|
public class SceneObject : Entity
|
|
{
|
|
}
|
|
}
|