13 lines
361 B
C#
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";
|
||
|
}
|
||
|
}
|