mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
* ModuleLoader: Privatized some too-public fields
* Scene: Changed name from MakeAvatarPhysical to MakeRootAgent and added ForEachClient * SceneManager: Added ForEachScene * Worked some on appearances.
This commit is contained in:
@@ -39,6 +39,12 @@ namespace OpenSim.Framework.Types
|
||||
|
||||
}
|
||||
|
||||
public AvatarWearable( LLUUID itemId, LLUUID assetId )
|
||||
{
|
||||
AssetID = assetId;
|
||||
ItemID = itemId;
|
||||
}
|
||||
|
||||
public static AvatarWearable[] DefaultWearables
|
||||
{
|
||||
get
|
||||
|
||||
Reference in New Issue
Block a user