Now We need to test to see if we can login

This commit is contained in:
MW
2007-05-29 18:07:17 +00:00
parent 4d0261ed22
commit b2f16fd4e1
5 changed files with 37 additions and 8 deletions

View File

@@ -67,6 +67,16 @@ namespace OpenSim.Framework.Interfaces
get;
}
string FirstName
{
get;
}
string LastName
{
get;
}
void OutPacket(Packet newPack);
void SendWearables(AvatarWearable[] wearables);
void SendChatMessage(byte[] message, byte type, LLVector3 fromPos, string fromName, LLUUID fromAgentID);