mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +08:00
Rename lots of stuff in DNE to reduce source code differences in the
LSL implementation files. Rename lots of stuff in XEngine for the same reason. Move methods between interfaces. Just refactor stuff.
This commit is contained in:
@@ -33,6 +33,7 @@ using OpenMetaverse;
|
||||
using Nini.Config;
|
||||
using OpenSim.Region.ScriptEngine.Interfaces;
|
||||
using Amib.Threading;
|
||||
using OpenSim.Framework;
|
||||
|
||||
namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
{
|
||||
@@ -42,6 +43,8 @@ namespace OpenSim.Region.ScriptEngine.Interfaces
|
||||
/// </summary>
|
||||
public interface IEventReceiver
|
||||
{
|
||||
Scene World { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Post an event to a single script
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user