mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
* Adds World.Avatars[] to MRM Scripting. Contains an enumerable array containing IAvatar instances for each avatar in the region.
* Adds Test/TestModule.cs which demonstrates a very quick and simple MRM Test.
This commit is contained in:
@@ -32,7 +32,7 @@ using OpenMetaverse;
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Scripting.Minimodule
|
||||
{
|
||||
interface IAvatar
|
||||
public interface IAvatar
|
||||
{
|
||||
string Name { get; }
|
||||
UUID GlobalID { get; }
|
||||
|
||||
Reference in New Issue
Block a user