auto-creamapi-2/Utils/CsRinRuLogin.EXAMPLE.cs

13 lines
361 B
C#
Raw Normal View History

2020-12-19 19:14:40 -05:00
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";
}
}