mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
remove my UserAppearance object, switch all code to use
AvatarAppearance instead.
This commit is contained in:
@@ -178,9 +178,9 @@ namespace OpenSim.Framework
|
||||
/// <summary>
|
||||
/// Gets the user appearance
|
||||
/// </summer>
|
||||
UserAppearance GetUserAppearance(LLUUID user);
|
||||
AvatarAppearance GetUserAppearance(LLUUID user);
|
||||
|
||||
void UpdateUserAppearance(LLUUID user, UserAppearance appearance);
|
||||
void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance);
|
||||
|
||||
|
||||
void AddAttachment(LLUUID user, LLUUID item);
|
||||
|
||||
Reference in New Issue
Block a user