13 lines
210 B
C#
13 lines
210 B
C#
namespace Stealer;
|
|
|
|
public class BrsType
|
|
{
|
|
public const string Chrome = "Chrome";
|
|
|
|
public const string Firefox = "Firefox";
|
|
|
|
public const string IE = "IE";
|
|
|
|
public const string Edge = "Edge";
|
|
}
|