mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
removed AssetUploaderWithCost, fixing AssetUploader. add parsing of some
more needed fields in request
This commit is contained in:
@@ -45,6 +45,10 @@ namespace OpenSim.Framework.Capabilities
|
||||
public string asset_type = String.Empty;
|
||||
public string description = String.Empty;
|
||||
public UUID folder_id = UUID.Zero;
|
||||
public UUID texture_folder_id = UUID.Zero;
|
||||
public int next_owner_mask = 0;
|
||||
public int group_mask = 0;
|
||||
public int everyone_mask = 0;
|
||||
public string inventory_type = String.Empty;
|
||||
public string name = String.Empty;
|
||||
public LLSDAssetResource asset_resources = new LLSDAssetResource();
|
||||
|
||||
Reference in New Issue
Block a user