mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 11:25:39 +08:00
Plumb in EventNotification* and EventGodDelete
This commit is contained in:
@@ -246,6 +246,10 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||
public event ClassifiedDelete OnClassifiedDelete;
|
||||
public event ClassifiedDelete OnClassifiedGodDelete;
|
||||
|
||||
public event EventNotificationAddRequest OnEventNotificationAddRequest;
|
||||
public event EventNotificationRemoveRequest OnEventNotificationRemoveRequest;
|
||||
public event EventGodDelete OnEventGodDelete;
|
||||
|
||||
#pragma warning restore 67
|
||||
|
||||
private UUID myID = UUID.Random();
|
||||
|
||||
Reference in New Issue
Block a user