mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
Now We need to test to see if we can login
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user