mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Added SendTeleportProgress to IClientAPI. Ya know what that means... 8 files affected.
This commit is contained in:
@@ -1012,6 +1012,8 @@ namespace OpenSim.Framework
|
||||
|
||||
void SendTeleportFailed(string reason);
|
||||
void SendTeleportStart(uint flags);
|
||||
void SendTeleportProgress(uint flags, string message);
|
||||
|
||||
void SendMoneyBalance(UUID transaction, bool success, byte[] description, int balance);
|
||||
void SendPayPrice(UUID objectID, int[] payPrice);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user