Few small fixes

This commit is contained in:
MW
2007-08-10 18:52:46 +00:00
parent afa445660e
commit f147d8e0f0
9 changed files with 25 additions and 25 deletions

View File

@@ -31,9 +31,9 @@ namespace OpenSim.Framework
public event GenericCall OnRequestAvatarsData;
public event AddNewPrim OnAddPrim;
public event ObjectDuplicate OnObjectDuplicate;
public event UpdateVector OnGrapObject;
public event ObjectSelect OnDeGrapObject;
public event MoveObject OnGrapUpdate;
public event UpdateVector OnGrabObject;
public event ObjectSelect OnDeGrabObject;
public event MoveObject OnGrabUpdate;
public event UpdateShape OnUpdatePrimShape;
public event ObjectExtraParams OnUpdateExtraParams;