diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index b9ffb71..f7d9b79 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -34,6 +34,7 @@ namespace SimpleApp | |||
34 | public event LinkObjects OnLinkObjects; | 34 | public event LinkObjects OnLinkObjects; |
35 | public event RequestMapBlocks OnRequestMapBlocks; | 35 | public event RequestMapBlocks OnRequestMapBlocks; |
36 | public event TeleportLocationRequest OnTeleportLocationRequest; | 36 | public event TeleportLocationRequest OnTeleportLocationRequest; |
37 | public event DisconnectUser OnDisconnectUser; | ||
37 | 38 | ||
38 | public event GenericCall4 OnDeRezObject; | 39 | public event GenericCall4 OnDeRezObject; |
39 | public event GenericCall OnRegionHandShakeReply; | 40 | public event GenericCall OnRegionHandShakeReply; |