mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 14:16:07 +08:00
Renamed the new Directories. (removed the "-Source" from the end of them)
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.RegionServer.world.scripting
|
||||
{
|
||||
public interface IScriptContext
|
||||
{
|
||||
IScriptEntity Entity { get; }
|
||||
bool TryGetRandomAvatar(out IScriptReadonlyEntity avatar);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user