added OnDisconnectUser event to required classes

This commit is contained in:
Sean Dague
2007-07-30 20:08:33 +00:00
parent 3032831859
commit a47e2d9ae7
4 changed files with 150 additions and 145 deletions

View File

@@ -79,6 +79,7 @@ namespace OpenSim.Region.ClientStack
public event GenericCall6 OnRemoveAvatar;
public event RequestMapBlocks OnRequestMapBlocks;
public event TeleportLocationRequest OnTeleportLocationRequest;
public event DisconnectUser OnDisconnectUser;
public event CreateNewInventoryItem OnCreateNewInventoryItem;
public event CreateInventoryFolder OnCreateNewInventoryFolder;