9 lines
202 B
C#
9 lines
202 B
C#
namespace seraph.Seraph.Components.Exfiltration.Wallet;
|
|
|
|
public class Wallet : Seraphian.Seraphh
|
|
{
|
|
public override void Run()
|
|
{
|
|
Console.WriteLine("Wallet Exfiltration Running.");
|
|
}
|
|
} |