mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
move AppearanceTableMapper to OpenSim.Data.Base. The mapper
stuff should probably be collapsed soon, as it takes up 4 assemblies now.
This commit is contained in:
@@ -29,9 +29,8 @@ using System;
|
||||
using libsecondlife;
|
||||
using OpenSim.Data.Base;
|
||||
using OpenSim.Framework;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.Region.Modules.AvatarFactory
|
||||
namespace OpenSim.Data.Base
|
||||
{
|
||||
public class AppearanceRowMapper : BaseRowMapper<AvatarAppearance>
|
||||
{
|
||||
Reference in New Issue
Block a user