Init commit
This commit is contained in:
commit
9e4f67f86a
26 changed files with 1785 additions and 0 deletions
13
Utils/CsRinRuLogin.EXAMPLE.cs
Normal file
13
Utils/CsRinRuLogin.EXAMPLE.cs
Normal 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";
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue