diff options
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.API.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.API.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.API.cs b/OpenSim/Region/ClientStack/ClientView.API.cs index 5056f41..7a9c6cf 100644 --- a/OpenSim/Region/ClientStack/ClientView.API.cs +++ b/OpenSim/Region/ClientStack/ClientView.API.cs | |||
@@ -58,6 +58,8 @@ namespace OpenSim.Region.ClientStack | |||
58 | public event GenericCall4 OnAddPrim; | 58 | public event GenericCall4 OnAddPrim; |
59 | public event UpdateShape OnUpdatePrimShape; | 59 | public event UpdateShape OnUpdatePrimShape; |
60 | public event ObjectSelect OnObjectSelect; | 60 | public event ObjectSelect OnObjectSelect; |
61 | public event GenericCall7 OnObjectDescription; | ||
62 | public event GenericCall7 OnObjectName; | ||
61 | public event UpdatePrimFlags OnUpdatePrimFlags; | 63 | public event UpdatePrimFlags OnUpdatePrimFlags; |
62 | public event UpdatePrimTexture OnUpdatePrimTexture; | 64 | public event UpdatePrimTexture OnUpdatePrimTexture; |
63 | public event UpdateVector OnUpdatePrimPosition; | 65 | public event UpdateVector OnUpdatePrimPosition; |