mirror of
https://github.com/opensim/opensim.git
synced 2026-05-14 18:55:39 +08:00
Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data plugins.
This commit is contained in:
@@ -30,7 +30,7 @@ using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Data
|
||||
{
|
||||
public abstract class AssetDataBase : IAssetProviderPlugin
|
||||
public abstract class AssetDataBase : IAssetDataPlugin
|
||||
{
|
||||
public abstract AssetBase FetchAsset(UUID uuid);
|
||||
public abstract void CreateAsset(AssetBase asset);
|
||||
|
||||
Reference in New Issue
Block a user