Create the structure of classes and interfaces to replace the cruft that

is in the land management module today
This commit is contained in:
Melanie
2011-01-29 02:24:27 +00:00
parent 0936455725
commit e7d5ff9bd2
2 changed files with 122 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ namespace OpenSim.Region.Framework.Interfaces
void TaintPrimCount(ILandObject land);
void TaintPrimCount(int x, int y);
void TaintPrimCount();
IPrimCounts GetPrimCounts(UUID parcelID);
}
public interface IPrimCounts