mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-10 07:47:53 +00:00
4 lines
78 B
C#
4 lines
78 B
C#
|
|
namespace Myriad.Gateway
|
|||
|
|
{
|
|||
|
|
public record ResumedEvent: IGatewayEvent;
|
|||
|
|
}
|