Add the dummy "Size" property to the list type

avinationmerge
Melanie 2009-11-25 20:01:21 +00:00
parent 79395bc7db
commit de927adf27
1 changed files with 5 additions and 0 deletions

View File

@ -429,6 +429,11 @@ namespace OpenSim.Region.ScriptEngine.Shared
} }
} }
public int Size
{
get { return 0; }
}
public object[] Data public object[] Data
{ {
get { get {