public Test(Action<string> printMethod, Steam steam) { this.Print = printMethod; this.Steam = steam; this.ownsSteam = false; cloud = new CloudTest(this); stats = new StatsTest(this); }
public Test(Action <string> printMethod, Steam steam) { this.Print = printMethod; this.Steam = steam; this.ownsSteam = false; cloud = new CloudTest(this); stats = new StatsTest(this); }