diff options
Diffstat (limited to 'OpenSim/Framework/IPrimCounts.cs')
-rw-r--r-- | OpenSim/Framework/IPrimCounts.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Framework/IPrimCounts.cs b/OpenSim/Framework/IPrimCounts.cs index 8ae57fc..3e12348 100644 --- a/OpenSim/Framework/IPrimCounts.cs +++ b/OpenSim/Framework/IPrimCounts.cs | |||
@@ -45,6 +45,11 @@ namespace OpenSim.Framework | |||
45 | /// Prims owned by others (not parcel owner or parcel group). | 45 | /// Prims owned by others (not parcel owner or parcel group). |
46 | /// </summary> | 46 | /// </summary> |
47 | int Others { get; } | 47 | int Others { get; } |
48 | |||
49 | /// <summary> | ||
50 | /// Selected prims | ||
51 | /// </summary> | ||
52 | int Selected { get; } | ||
48 | 53 | ||
49 | /// <summary> | 54 | /// <summary> |
50 | /// Total prims on the parcel. | 55 | /// Total prims on the parcel. |