diff options
author | Jeff Ames | 2007-10-29 07:57:38 +0000 |
---|---|---|
committer | Jeff Ames | 2007-10-29 07:57:38 +0000 |
commit | 7c6ef95f2f8a4fb06a1359e9625e80e4cb216a5d (patch) | |
tree | ae94989730f354f17619da74ca23eb2f1994f6b1 /OpenSim/Region/Environment/Interfaces | |
parent | should help with ODE bounce on region cross (diff) | |
download | opensim-SC_OLD-7c6ef95f2f8a4fb06a1359e9625e80e4cb216a5d.zip opensim-SC_OLD-7c6ef95f2f8a4fb06a1359e9625e80e4cb216a5d.tar.gz opensim-SC_OLD-7c6ef95f2f8a4fb06a1359e9625e80e4cb216a5d.tar.bz2 opensim-SC_OLD-7c6ef95f2f8a4fb06a1359e9625e80e4cb216a5d.tar.xz |
normalized line endings
Diffstat (limited to 'OpenSim/Region/Environment/Interfaces')
-rw-r--r-- | OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs b/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs index b6f24c3..28a5b4f 100644 --- a/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs +++ b/OpenSim/Region/Environment/Interfaces/IAvatarFactory.cs | |||
@@ -1,13 +1,13 @@ | |||
1 | using System; | 1 | using System; |
2 | using System.Collections.Generic; | 2 | using System.Collections.Generic; |
3 | using System.Text; | 3 | using System.Text; |
4 | using libsecondlife; | 4 | using libsecondlife; |
5 | using OpenSim.Framework.Types; | 5 | using OpenSim.Framework.Types; |
6 | 6 | ||
7 | namespace OpenSim.Region.Environment.Interfaces | 7 | namespace OpenSim.Region.Environment.Interfaces |
8 | { | 8 | { |
9 | public interface IAvatarFactory : IRegionModule | 9 | public interface IAvatarFactory : IRegionModule |
10 | { | 10 | { |
11 | bool TryGetIntialAvatarAppearance(LLUUID avatarId, out AvatarWearable[] wearables, out byte[] visualParams); | 11 | bool TryGetIntialAvatarAppearance(LLUUID avatarId, out AvatarWearable[] wearables, out byte[] visualParams); |
12 | } | 12 | } |
13 | } | 13 | } |