mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
Add EventInfoRequest and EventInfoReply packets.
Note: New file, run prebuild.
This commit is contained in:
@@ -224,7 +224,7 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
public event DirLandQuery OnDirLandQuery;
|
||||
public event DirPopularQuery OnDirPopularQuery;
|
||||
public event DirClassifiedQuery OnDirClassifiedQuery;
|
||||
|
||||
public event EventInfoRequest OnEventInfoRequest;
|
||||
|
||||
public event MapItemRequest OnMapItemRequest;
|
||||
|
||||
@@ -932,5 +932,9 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
public void KillEndDone()
|
||||
{
|
||||
}
|
||||
|
||||
public void SendEventInfoReply (EventData info)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user