mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-24 09:54:58 +00:00
7 lines
122 B
C#
7 lines
122 B
C#
namespace PepperDash_Essentials_Core.Queues
|
|
{
|
|
public interface IQueueMessage
|
|
{
|
|
void Dispatch();
|
|
}
|
|
} |