diff options
author | MW | 2007-08-15 18:34:36 +0000 |
---|---|---|
committer | MW | 2007-08-15 18:34:36 +0000 |
commit | 94dded470d04f72c573bf0aa82e1f7522362c54a (patch) | |
tree | 0ecb098a3b75a6b0fee01c21ca11c614a32bceef /OpenSim/Framework/General/NullClientAPI.cs | |
parent | * We now have a field of spinning objects. (diff) | |
download | opensim-SC_OLD-94dded470d04f72c573bf0aa82e1f7522362c54a.zip opensim-SC_OLD-94dded470d04f72c573bf0aa82e1f7522362c54a.tar.gz opensim-SC_OLD-94dded470d04f72c573bf0aa82e1f7522362c54a.tar.bz2 opensim-SC_OLD-94dded470d04f72c573bf0aa82e1f7522362c54a.tar.xz |
More work on inventory, can now create other inventory types, like Clothes and body parts. [Note while you can edit these, at the moment your changes won't be saved between restarts. This will be fixed very soon.]
Diffstat (limited to 'OpenSim/Framework/General/NullClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/General/NullClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/General/NullClientAPI.cs b/OpenSim/Framework/General/NullClientAPI.cs index 864ea60..876c9b3 100644 --- a/OpenSim/Framework/General/NullClientAPI.cs +++ b/OpenSim/Framework/General/NullClientAPI.cs | |||
@@ -57,6 +57,8 @@ namespace OpenSim.Framework | |||
57 | public event FetchInventoryDescendents OnFetchInventoryDescendents; | 57 | public event FetchInventoryDescendents OnFetchInventoryDescendents; |
58 | public event FetchInventory OnFetchInventory; | 58 | public event FetchInventory OnFetchInventory; |
59 | public event RequestTaskInventory OnRequestTaskInventory; | 59 | public event RequestTaskInventory OnRequestTaskInventory; |
60 | public event UDPAssetUploadRequest OnAssetUploadRequest; | ||
61 | public event XferReceive OnXferReceive; | ||
60 | 62 | ||
61 | public event UUIDNameRequest OnNameFromUUIDRequest; | 63 | public event UUIDNameRequest OnNameFromUUIDRequest; |
62 | 64 | ||