mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
Moves one file to it's proper location
This commit is contained in:
@@ -27,6 +27,8 @@
|
||||
|
||||
using System.Collections.Generic;
|
||||
using libsecondlife;
|
||||
using OpenSim.Region.Environment;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.Framework
|
||||
{
|
||||
@@ -35,6 +37,7 @@ namespace OpenSim.Framework
|
||||
/// </summary>
|
||||
public interface IInventoryModule
|
||||
{
|
||||
// void TestFunction();
|
||||
void SetRootAgentScene(LLUUID agentID, Scene scene);
|
||||
bool NeedSceneCacheClear(LLUUID agentID, Scene scene);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user