enable typing animation for chat, maybe

This commit is contained in:
Jeff Ames
2007-11-12 20:25:59 +00:00
parent 33086fb3df
commit ad002835d3
5 changed files with 94 additions and 60 deletions

View File

@@ -50,6 +50,8 @@ namespace OpenSim.Framework
Whisper = 0,
Say = 1,
Shout = 2,
StartTyping = 4,
StopTyping = 5,
Broadcast = 0xFF
} ;