mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
*Renamed ParcelManager to LandManager
*Made the Parcel class its own file and moved the Parcel and LandManager into their own folder in Environment *Some renaming might need to be done so the Parcel class doesn't have issues with the libsecondlife Parcel class, but Land doesn't seem right.
This commit is contained in:
@@ -48,14 +48,14 @@ namespace OpenSim.DataStore.NullStorage
|
||||
|
||||
}
|
||||
|
||||
public void StoreParcel(OpenSim.Region.Environment.Parcel parcel)
|
||||
public void StoreParcel(OpenSim.Region.Environment.Parcels.Parcel parcel)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public List<OpenSim.Region.Environment.Parcel> LoadParcels()
|
||||
public List<OpenSim.Region.Environment.Parcels.Parcel> LoadParcels()
|
||||
{
|
||||
return new List<OpenSim.Region.Environment.Parcel>();
|
||||
return new List<OpenSim.Region.Environment.Parcels.Parcel>();
|
||||
}
|
||||
|
||||
public void Shutdown()
|
||||
|
||||
Reference in New Issue
Block a user