Fixed crash while trying to get DLC with invalid AppID
This commit is contained in:
parent
b68f45d4d7
commit
56e92924ed
5 changed files with 38 additions and 16 deletions
14
Utils/Secrets.EXAMPLE.cs
Normal file
14
Utils/Secrets.EXAMPLE.cs
Normal file
|
@ -0,0 +1,14 @@
|
|||
namespace auto_creamapi.Utils
|
||||
{
|
||||
/// <summary>
|
||||
/// To use this:
|
||||
/// Rename file Secrets.EXAMPLE.cs to Secrets.cs
|
||||
/// Rename class Secrets_REMOVETHIS to Secrets
|
||||
/// Enter the relevant info below
|
||||
/// </summary>
|
||||
public class Secrets_REMOVETHIS
|
||||
{
|
||||
public const string Username = "Enter username here";
|
||||
public const string Password = "Enter password here";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue