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

@@ -34,6 +34,7 @@ namespace SimpleApp
public event LinkObjects OnLinkObjects;
public event RequestMapBlocks OnRequestMapBlocks;
public event TeleportLocationRequest OnTeleportLocationRequest;
public event DisconnectUser OnDisconnectUser;
public event GenericCall4 OnDeRezObject;
public event GenericCall OnRegionHandShakeReply;