mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
* Moved SendLogoutPacket back to IClientAPI.
This commit is contained in:
@@ -8,6 +8,7 @@ using OpenSim.Framework.Interfaces;
|
||||
using OpenSim.Framework.Types;
|
||||
using OpenSim.Framework.Utilities;
|
||||
using OpenSim.Region.Environment.Scenes;
|
||||
using System;
|
||||
|
||||
namespace SimpleApp
|
||||
{
|
||||
@@ -20,6 +21,9 @@ namespace SimpleApp
|
||||
|
||||
#pragma warning disable 67
|
||||
|
||||
public event Action<IClientAPI> OnLogout;
|
||||
public event Action<IClientAPI> OnConnectionClosed;
|
||||
|
||||
public event ImprovedInstantMessage OnInstantMessage;
|
||||
public event ChatFromViewer OnChatFromViewer;
|
||||
public event RezObject OnRezObject;
|
||||
@@ -246,8 +250,8 @@ namespace SimpleApp
|
||||
}
|
||||
}
|
||||
|
||||
public event System.Action<IClientAPI> OnLogout;
|
||||
|
||||
public event System.Action<IClientAPI> OnConnectionClosed;
|
||||
public void SendLogoutPacket()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user