* Restructured the RegionApplicationBase.

This commit is contained in:
lbsa71
2007-07-16 18:10:27 +00:00
parent ddf73763db
commit 4a17587b8d
3 changed files with 23 additions and 67 deletions

View File

@@ -9,7 +9,7 @@ using libsecondlife.Packets;
namespace OpenSim.Framework
{
public class NpcClientBase :IClientAPI
public class NpcClientBase : IClientAPI
{
public event ImprovedInstantMessage OnInstantMessage;
public event ChatFromViewer OnChatFromViewer;