mirror of
https://github.com/achiez/NebulaAuth-Steam-Desktop-Authenticator-by-Achies.git
synced 2026-08-04 02:30:25 +00:00
13 lines
161 B
C#
13 lines
161 B
C#
namespace SteamLib.Core.Enums;
|
|
|
|
public enum SteamDomain
|
|
{
|
|
Undefined = 0,
|
|
Community = 1,
|
|
Store = 2,
|
|
Help = 3,
|
|
TV = 4,
|
|
Checkout = 5,
|
|
}
|
|
|