mirror of
https://github.com/opensim/opensim.git
synced 2026-07-19 14:06:08 +08:00
* Renamed OpenSim.Region.Enviroment.Scripting to OpenSim.Region.Scripting
* Renamed OpenSim.Scripting to OpenSim.Region.Scripting
This commit is contained in:
@@ -9,7 +9,7 @@ using LSLList = System.Collections.Generic.List<string>;
|
||||
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
|
||||
namespace OpenSim.Region.Environment.Scripting
|
||||
namespace OpenSim.Region.Scripting
|
||||
{
|
||||
// This class is to be used for engines which may not be able to access the Scene directly.
|
||||
// Scene access is preffered, but obviously not possible on some non-.NET languages.
|
||||
|
||||
Reference in New Issue
Block a user