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

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