diff options
author | Adam Frisby | 2008-02-04 10:39:30 +0000 |
---|---|---|
committer | Adam Frisby | 2008-02-04 10:39:30 +0000 |
commit | 6fbc64af5e2d179e2235f21645dd717a4066592d (patch) | |
tree | 39794023c5c0fe27f75813722f73176b3c61159d /OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |
parent | * Lowered maxchunk from 1500 bytes to 1250 bytes to make sure packets fit bel... (diff) | |
download | opensim-SC_OLD-6fbc64af5e2d179e2235f21645dd717a4066592d.zip opensim-SC_OLD-6fbc64af5e2d179e2235f21645dd717a4066592d.tar.gz opensim-SC_OLD-6fbc64af5e2d179e2235f21645dd717a4066592d.tar.bz2 opensim-SC_OLD-6fbc64af5e2d179e2235f21645dd717a4066592d.tar.xz |
* Whole buncha stuff.
Diffstat (limited to 'OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs index 6ae74e6..453320c 100644 --- a/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleApp/MyNpcCharacter.cs | |||
@@ -47,6 +47,8 @@ namespace SimpleApp | |||
47 | 47 | ||
48 | public event Action<IClientAPI> OnLogout; | 48 | public event Action<IClientAPI> OnLogout; |
49 | public event ObjectPermissions OnObjectPermissions; | 49 | public event ObjectPermissions OnObjectPermissions; |
50 | |||
51 | public event MoneyTransferRequest OnMoneyTransferRequest; | ||
50 | public event Action<IClientAPI> OnConnectionClosed; | 52 | public event Action<IClientAPI> OnConnectionClosed; |
51 | 53 | ||
52 | public event ImprovedInstantMessage OnInstantMessage; | 54 | public event ImprovedInstantMessage OnInstantMessage; |