mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 01:35:46 +08:00
* Whole buncha stuff.
This commit is contained in:
@@ -401,8 +401,7 @@ namespace OpenSim.Framework
|
||||
|
||||
public delegate void PacketStats(int inPackets, int outPackets, int unAckedBytes);
|
||||
|
||||
|
||||
|
||||
public delegate void MoneyTransferRequest(LLUUID sourceID, LLUUID destID, int amount, int transactionType, string description);
|
||||
|
||||
|
||||
public delegate void ObjectPermissions(
|
||||
@@ -505,6 +504,9 @@ namespace OpenSim.Framework
|
||||
event FriendshipTermination OnTerminateFriendship;
|
||||
event PacketStats OnPacketStats;
|
||||
|
||||
// Financial packets
|
||||
event MoneyTransferRequest OnMoneyTransferRequest;
|
||||
|
||||
|
||||
LLVector3 StartPos { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user