Files
Nebula-Auth/SteamLibForked/Core/Interfaces/IConfirmationConsumer.cs
T
2024-02-01 01:21:56 +02:00

6 lines
115 B
C#

namespace SteamLib.Core.Interfaces;
public interface ILoginConsumer
{
public string FriendlyName { get; }
}