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

@@ -25,7 +25,6 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
namespace OpenSim.Region.Framework.Interfaces
{
public interface ICloudModule : IRegionModule
@@ -35,4 +34,4 @@ namespace OpenSim.Region.Framework.Interfaces
/// </summary>
float CloudCover(int x, int y, int z);
}
}
}