refactor: move Scene.PerformObjectBuy into BuySellModule

This commit is contained in:
Justin Clark-Casey (justincc)
2010-08-13 22:29:42 +01:00
parent 9d84dfb687
commit e89f0b3f71
6 changed files with 222 additions and 173 deletions

View File

@@ -670,7 +670,7 @@ namespace OpenSim.Region.Framework.Scenes
/// <summary>
/// Create a new asset data structure.
/// </summary>
private AssetBase CreateAsset(string name, string description, sbyte assetType, byte[] data, UUID creatorID)
public AssetBase CreateAsset(string name, string description, sbyte assetType, byte[] data, UUID creatorID)
{
AssetBase asset = new AssetBase(UUID.Random(), name, assetType, creatorID.ToString());
asset.Description = description;