Interface INotification
Interface for all notifications.
Inherited Members
Namespace: Fibula.Mechanics.Contracts.Abstractions
Assembly: Fibula.Mechanics.Contracts.dll
Syntax
public interface INotification : IEvent
Methods
| Improve this Doc View SourceSend(INotificationContext)
Sends the notification to the players intented.
Declaration
void Send(INotificationContext context)
Parameters
Type | Name | Description |
---|---|---|
INotificationContext | context | The context for this notification. |
Events
| Improve this Doc View SourceSent
Event to call when the notification is sent.
Declaration
event OnSent Sent
Event Type
Type | Description |
---|---|
OnSent |