Add the dummy "Size" property to the list type

This commit is contained in:
Melanie
2009-11-25 20:01:21 +00:00
parent 79395bc7db
commit de927adf27

View File

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