Skip to content

Instantly share code, notes, and snippets.

@adepierre
adepierre / Program1.cs
Created November 26, 2019 18:09
Example of very simple communication through LobbyManager.SendNetworkMessage from Discord SDK.
using System;
using System.Threading;
using System.Collections.Generic;
class Program
{
static void Main(string[] args)
{
List<long> connectedIds = new List<long>();