Refactoring, no functional changes. Moved ChildAgentDataUpdate data structures from OpenSim.Region.Framework.Scenes back to OpenSim.Framework, so they can be referenced more broadly. This involved having to move the small Animation data structure to OpenSim.Framework too.

This commit is contained in:
diva
2009-04-01 19:50:09 +00:00
parent 958d764172
commit 6e368c4b59
4 changed files with 165 additions and 734 deletions

View File

@@ -27,6 +27,7 @@
using System;
using System.Collections.Generic;
using OpenSim.Framework;
using OpenMetaverse;
namespace OpenSim.Region.Framework.Scenes