diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index 86bb532..61402be 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -71,6 +71,7 @@ namespace SimpleApp | |||
71 | public event UpdateAgent OnAgentUpdate; | 71 | public event UpdateAgent OnAgentUpdate; |
72 | public event AgentRequestSit OnAgentRequestSit; | 72 | public event AgentRequestSit OnAgentRequestSit; |
73 | public event AgentSit OnAgentSit; | 73 | public event AgentSit OnAgentSit; |
74 | public event AvatarPickerRequest OnAvatarPickerRequest; | ||
74 | public event Action<IClientAPI> OnRequestAvatarsData; | 75 | public event Action<IClientAPI> OnRequestAvatarsData; |
75 | public event AddNewPrim OnAddPrim; | 76 | public event AddNewPrim OnAddPrim; |
76 | public event ObjectDuplicate OnObjectDuplicate; | 77 | public event ObjectDuplicate OnObjectDuplicate; |
@@ -179,7 +180,10 @@ namespace SimpleApp | |||
179 | public virtual void SendStartPingCheck(byte seq) | 180 | public virtual void SendStartPingCheck(byte seq) |
180 | { | 181 | { |
181 | } | 182 | } |
183 | public virtual void SendAvatarPickerReply(AvatarPickerReplyPacket response) | ||
184 | { | ||
182 | 185 | ||
186 | } | ||
183 | public virtual void SendKillObject(ulong regionHandle, uint localID) | 187 | public virtual void SendKillObject(ulong regionHandle, uint localID) |
184 | { | 188 | { |
185 | } | 189 | } |