vassago/ProtocolInterfaces/ProtocolList.cs

7 lines
302 B
C#
Raw Permalink Normal View History

namespace vassago.ProtocolInterfaces;
public static class ProtocolList
{
public static List<DiscordInterface.DiscordInterface> discords = new List<DiscordInterface.DiscordInterface>();
public static List<TwitchInterface.TwitchInterface> twitchs = new List<TwitchInterface.TwitchInterface>();
}