refactoring to move AvatarAppearance into Framework and

move the appearance sending bits to ScenePresence
This commit is contained in:
Sean Dague
2008-05-15 14:39:54 +00:00
parent 3079cf7beb
commit 8e7f2d6d0e
3 changed files with 20 additions and 27 deletions

View File

@@ -26,6 +26,7 @@
*/
using libsecondlife;
using OpenSim.Framework;
using OpenSim.Region.Environment.Scenes;
namespace OpenSim.Region.Environment.Interfaces