aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r--OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
index f7fdbb5..9ed1f35 100644
--- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs
@@ -161,11 +161,12 @@ namespace SimpleApp
161 get { return lastName; } 161 get { return lastName; }
162 } 162 }
163 163
164
164 public virtual void OutPacket(Packet newPack) 165 public virtual void OutPacket(Packet newPack)
165 { 166 {
166 } 167 }
167 168
168 public virtual void SendWearables(AvatarWearable[] wearables) 169 public virtual void SendWearables(AvatarWearable[] wearables, int serial)
169 { 170 {
170 } 171 }
171 172