mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
* Implements World.Parcels[] array for MRM scripting.
This commit is contained in:
@@ -5,11 +5,11 @@ using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
{
|
||||
interface IParcel
|
||||
public interface IParcel
|
||||
{
|
||||
string Name { get; set; }
|
||||
string Description { get; set; }
|
||||
ISocialEntity Owner { get; set; }
|
||||
bool[,] Bitmap { get; set; }
|
||||
bool[,] Bitmap { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user