diff options
author | Jeff Ames | 2007-11-12 20:25:59 +0000 |
---|---|---|
committer | Jeff Ames | 2007-11-12 20:25:59 +0000 |
commit | ad002835d3ce2ad1eaf3d151a4403e1825d56b55 (patch) | |
tree | 22f9d2a8b79482d7d1183bac9d49881dfe4fa5ad /OpenSim/Framework | |
parent | removed obj directory from Region/Physics/Meshing (diff) | |
download | opensim-SC_OLD-ad002835d3ce2ad1eaf3d151a4403e1825d56b55.zip opensim-SC_OLD-ad002835d3ce2ad1eaf3d151a4403e1825d56b55.tar.gz opensim-SC_OLD-ad002835d3ce2ad1eaf3d151a4403e1825d56b55.tar.bz2 opensim-SC_OLD-ad002835d3ce2ad1eaf3d151a4403e1825d56b55.tar.xz |
enable typing animation for chat, maybe
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 1a6d5e5..a7238fd 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -50,6 +50,8 @@ namespace OpenSim.Framework | |||
50 | Whisper = 0, | 50 | Whisper = 0, |
51 | Say = 1, | 51 | Say = 1, |
52 | Shout = 2, | 52 | Shout = 2, |
53 | StartTyping = 4, | ||
54 | StopTyping = 5, | ||
53 | Broadcast = 0xFF | 55 | Broadcast = 0xFF |
54 | } ; | 56 | } ; |
55 | 57 | ||