mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Simulation handlers (agents & objects) completed.
This commit is contained in:
@@ -510,5 +510,16 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
MainConsole.Instance.Commands.AddCommand(modulename, shared, command, shorthelp, longhelp, callback);
|
||||
}
|
||||
|
||||
public virtual ISceneObject DeserializeObject(string representation)
|
||||
{
|
||||
return null;
|
||||
}
|
||||
|
||||
public virtual bool AllowScriptCrossings
|
||||
{
|
||||
get { return false; }
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user