diff options
author | lbsa71 | 2007-07-16 18:10:27 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-16 18:10:27 +0000 |
commit | 4a17587b8df120d8a588533933ffb374c87c5d7a (patch) | |
tree | d7c356208e091732a6fb09b133499520b6ad2058 /OpenSim/Framework | |
parent | * Rigged up LSL Script Engine to OpenSim - not quite fully tied yet however, ... (diff) | |
download | opensim-SC_OLD-4a17587b8df120d8a588533933ffb374c87c5d7a.zip opensim-SC_OLD-4a17587b8df120d8a588533933ffb374c87c5d7a.tar.gz opensim-SC_OLD-4a17587b8df120d8a588533933ffb374c87c5d7a.tar.bz2 opensim-SC_OLD-4a17587b8df120d8a588533933ffb374c87c5d7a.tar.xz |
* Restructured the RegionApplicationBase.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/General/NpcClientBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/General/NpcClientBase.cs b/OpenSim/Framework/General/NpcClientBase.cs index 044431b..c31b628 100644 --- a/OpenSim/Framework/General/NpcClientBase.cs +++ b/OpenSim/Framework/General/NpcClientBase.cs | |||
@@ -9,7 +9,7 @@ using libsecondlife.Packets; | |||
9 | 9 | ||
10 | namespace OpenSim.Framework | 10 | namespace OpenSim.Framework |
11 | { | 11 | { |
12 | public class NpcClientBase :IClientAPI | 12 | public class NpcClientBase : IClientAPI |
13 | { | 13 | { |
14 | public event ImprovedInstantMessage OnInstantMessage; | 14 | public event ImprovedInstantMessage OnInstantMessage; |
15 | public event ChatFromViewer OnChatFromViewer; | 15 | public event ChatFromViewer OnChatFromViewer; |