auto-creamapi-2/Utils/CsRinRuLogin.EXAMPLE.cs
2020-12-20 12:22:25 +01:00

13 lines
361 B
C#

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";
}
}