Fixed crash while trying to get DLC with invalid AppID

This commit is contained in:
Jeddunk 2020-12-22 15:20:40 +01:00
parent b68f45d4d7
commit 56e92924ed
5 changed files with 38 additions and 16 deletions

View file

@ -1,13 +0,0 @@
namespace auto_creamapi.Utils
{
/// <summary>
/// To use this:
/// Rename CsRinRuLogin_REMOVETHIS to CsRinRuLogin
/// Enter the relevant info below
/// </summary>
public class CsRinRuLogin_REMOVETHIS
{
public const string Username = "Enter username here";
public const string Password = "Enter password here";
}
}