Example #1
0
            public override string ToString()
            {
                string msg = "";

                for (int i = 0; i < Characters.Count; i++)
                {
                    if (Characters[i] is SystemGroup SG && SG.Action == System.RUBY)
                    {
                        msg += SG.ToRubyString();
                    }