implement llSetPrimMediaParams()

Untested
This commit is contained in:
Justin Clark-Casey (justincc)
2010-07-12 19:46:23 +01:00
parent 8f403cb4b8
commit a5ad792e6c
6 changed files with 185 additions and 14 deletions

View File

@@ -176,6 +176,7 @@ namespace OpenSim.Framework
/// <summary>
/// Entries to store media textures on each face
/// </summary>
/// Do not change this value directly - always do it through an IMoapModule.
public List<MediaEntry> Media { get; set; }
public PrimitiveBaseShape()