aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs8
1 files changed, 8 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
index d14089b..05f963a 100644
--- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
+++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs
@@ -535,6 +535,14 @@ namespace OpenSim.Region.Examples.SimpleModule
535 { 535 {
536 } 536 }
537 537
538 public void SendShutdownConnectionNotice()
539 {
540 }
541
542 public void SendSimStats(Packet pack)
543 {
544 }
545
538 private void Update() 546 private void Update()
539 { 547 {
540 frame++; 548 frame++;