mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-07-29 08:07:37 +00:00
8 lines
174 B
C#
8 lines
174 B
C#
using SteamLib.Core.Interfaces;
|
|
|
|
namespace SteamLib.Login.Default;
|
|
|
|
internal class NullLoginConsumer : ILoginConsumer
|
|
{
|
|
public string FriendlyName { get; } = "null";
|
|
} |