mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-08-01 17:27:34 +00:00
6 lines
115 B
C#
6 lines
115 B
C#
namespace SteamLib.Core.Interfaces;
|
|
|
|
public interface ILoginConsumer
|
|
{
|
|
public string FriendlyName { get; }
|
|
} |