mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Adding the MySQL RegionData service.
This commit is contained in:
@@ -48,7 +48,7 @@ namespace OpenSim.Data
|
||||
public interface IRegionData
|
||||
{
|
||||
RegionData Get(UUID regionID, UUID ScopeID);
|
||||
RegionData Get(string regionName, UUID ScopeID);
|
||||
List<RegionData> Get(string regionName, UUID ScopeID);
|
||||
RegionData Get(int x, int y, UUID ScopeID);
|
||||
List<RegionData> Get(int xStart, int yStart, int xEnd, int yEnd, UUID ScopeID);
|
||||
|
||||
|
||||
1594
OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
Normal file
1594
OpenSim/Data/MySQL/MySQLLegacyRegionData.cs
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user