Exemple #1
0
        public override string DebugPrint()
        {
            if (MoveVector.X >= 0)
            {
                return(string.Format(
                           "-IF|{0}+",
                           MatchColor.ShortFormat()
                           ).Center(10));
            }

            return(string.Format(
                       "+IF|{0}-",
                       MatchColor.ShortFormat()
                       ).Center(10));
        }