Luski/Luski/GUI/MainScreen/Interfaces/IChannelPick.cs
JacobTech d8657d103d Client Example.
This commit moves the client to the new main server layout. Once the Luski library has more code in the public server area, we can start to test the app.
2023-07-10 07:37:58 -04:00

8 lines
161 B
C#

using Luski.net.Structures.Main;
namespace Luski.GUI.MainScreen.Interfaces;
public interface IChannelPick
{
public MainSocketTextChannel Channel { get; }
}