mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Clean up
This commit is contained in:
@@ -78,11 +78,11 @@ namespace OpenSim
|
||||
|
||||
#region Lua Functions
|
||||
|
||||
public void ScriptRegister( script_object_interface script)
|
||||
public void ScriptRegister(script_object_interface script)
|
||||
{
|
||||
//called by scripts to register themselves
|
||||
}
|
||||
public void MoveObject(float x ,float y, float z)
|
||||
public void MoveObject(float x , float y, float z)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user