public Test(Action<string> printMethod, Steam steam)
        {
            this.Print = printMethod;
            this.Steam = steam;
            this.ownsSteam = false;


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


            cloud = new CloudTest(this);
            stats = new StatsTest(this);
        }