Files
seraph/seraph/Seraph.Components/Exfiltration/Wallet/Wallet.cs

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