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.
8 lines
161 B
C#
8 lines
161 B
C#
using Luski.net.Structures.Main;
|
|
|
|
namespace Luski.GUI.MainScreen.Interfaces;
|
|
|
|
public interface IChannelPick
|
|
{
|
|
public MainSocketTextChannel Channel { get; }
|
|
} |