Init commit

This commit is contained in:
Jeddunk 2020-12-20 01:14:40 +01:00
commit 9e4f67f86a
26 changed files with 1785 additions and 0 deletions

View file

@ -0,0 +1,13 @@
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";
}
}