Add note about where I got the source from

This commit is contained in:
Timothy Baldridge 2022-02-11 22:57:49 -07:00
parent 379337d0b6
commit e174510a34

View File

@ -16,6 +16,9 @@ namespace Wabbajack.Networking.BethesdaNet;
/// <summary>
/// This code is heavily based on code researched and prototyped by Nukem9 https://github.com/Nukem9/bethnet_cli
/// </summary>
public class Client public class Client
{ {
private readonly ITokenProvider<BethesdaNetLoginState> _tokenProvider; private readonly ITokenProvider<BethesdaNetLoginState> _tokenProvider;