Initial commit, basic proxying working
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Myriad.Gateway
|
||||
{
|
||||
public record MessageUpdateEvent(ulong Id, ulong ChannelId): IGatewayEvent
|
||||
{
|
||||
// TODO: lots of partials
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user