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 7962698..b935f24 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -53,6 +53,7 @@ namespace SimpleApp | |||
53 | 53 | ||
54 | public event ImprovedInstantMessage OnInstantMessage; | 54 | public event ImprovedInstantMessage OnInstantMessage; |
55 | public event ChatFromViewer OnChatFromViewer; | 55 | public event ChatFromViewer OnChatFromViewer; |
56 | public event TextureRequest OnRequestTexture; | ||
56 | public event RezObject OnRezObject; | 57 | public event RezObject OnRezObject; |
57 | public event ModifyTerrain OnModifyTerrain; | 58 | public event ModifyTerrain OnModifyTerrain; |
58 | public event SetAppearance OnSetAppearance; | 59 | public event SetAppearance OnSetAppearance; |