Plumb RezRestoreToWorld from the client (part done)

This commit is contained in:
Melanie Thielker
2016-03-09 02:45:11 +01:00
parent 57b6398b71
commit 43ca32150c
5 changed files with 12 additions and 0 deletions

View File

@@ -294,6 +294,7 @@ namespace OpenSim.Region.OptionalModules.World.NPC
public event SetAlwaysRun OnSetAlwaysRun;
public event DeRezObject OnDeRezObject;
public event RezRestoreToWorld OnRezRestoreToWorld;
public event Action<IClientAPI> OnRegionHandShakeReply;
public event GenericCall1 OnRequestWearables;
public event Action<IClientAPI, bool> OnCompleteMovementToRegion;