Files
opensim/OpenSim/Region/Environment/Interfaces/ISimChat.cs
2007-10-05 15:45:45 +00:00

9 lines
233 B
C#

using libsecondlife;
namespace OpenSim.Region.Environment.Interfaces
{
public interface ISimChat
{
void SimChat(byte[] message, byte type, int channel, LLVector3 fromPos, string fromName, LLUUID fromAgentID);
}
}