mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
small clean up.
This commit is contained in:
@@ -35,6 +35,7 @@ namespace SimpleApp
|
||||
public event RequestMapBlocks OnRequestMapBlocks;
|
||||
public event TeleportLocationRequest OnTeleportLocationRequest;
|
||||
public event DisconnectUser OnDisconnectUser;
|
||||
public event RequestAvatarProperties OnRequestAvatarProperties;
|
||||
|
||||
public event GenericCall4 OnDeRezObject;
|
||||
public event GenericCall OnRegionHandShakeReply;
|
||||
@@ -216,5 +217,6 @@ namespace SimpleApp
|
||||
}
|
||||
|
||||
public void SendViewerTime(int phase) { }
|
||||
public void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID) { }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user