mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Create the structure of classes and interfaces to replace the cruft that
is in the land management module today
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user