mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Renamed IAgentTransferModule to IEntityTransferModule -- accounts for objects too.
This commit is contained in:
@@ -34,7 +34,7 @@ using OpenSim.Region.Framework.Scenes;
|
||||
|
||||
namespace OpenSim.Region.Framework.Interfaces
|
||||
{
|
||||
public interface IAgentTransferModule
|
||||
public interface IEntityTransferModule
|
||||
{
|
||||
void Teleport(ScenePresence agent, ulong regionHandle, Vector3 position,
|
||||
Vector3 lookAt, uint teleportFlags);
|
||||
Reference in New Issue
Block a user