* Fixed copyright headers on HyperGrid source files. (Now match the rest of OpenSim, license text is unchanged)

* Added Bitmap[,] to IParcel for MRM
This commit is contained in:
Adam Frisby
2009-04-05 02:51:10 +00:00
parent 51419d21e4
commit 9a4192d14e
18 changed files with 401 additions and 417 deletions

View File

@@ -10,5 +10,6 @@ namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
string Name { get; set; }
string Description { get; set; }
ISocialEntity Owner { get; set; }
bool[,] Bitmap { get; set; }
}
}