mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Script prototype
This commit is contained in:
13
OpenSim.RegionServer/world/scripting/IScriptContext.cs
Normal file
13
OpenSim.RegionServer/world/scripting/IScriptContext.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using libsecondlife;
|
||||
|
||||
namespace OpenSim.RegionServer.world.scripting
|
||||
{
|
||||
public interface IScriptContext
|
||||
{
|
||||
bool MoveTo(LLVector3 newPos);
|
||||
LLVector3 GetPos();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user