mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Add EventInfoRequest and EventInfoReply packets.
Note: New file, run prebuild.
This commit is contained in:
@@ -329,9 +329,11 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
public event DirLandQuery OnDirLandQuery;
|
||||
public event DirPopularQuery OnDirPopularQuery;
|
||||
public event DirClassifiedQuery OnDirClassifiedQuery;
|
||||
public event EventInfoRequest OnEventInfoRequest;
|
||||
|
||||
public event MapItemRequest OnMapItemRequest;
|
||||
|
||||
|
||||
#pragma warning restore 67
|
||||
|
||||
#endregion
|
||||
@@ -934,5 +936,9 @@ namespace OpenSim.Region.Environment.Modules.World.NPC
|
||||
public void KillEndDone()
|
||||
{
|
||||
}
|
||||
|
||||
public void SendEventInfoReply (EventData info)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user