Example #1
0
        public static string GetSuperHtmlStr(string str, string format, string clkFun = null, string clkPar = null)
        {
            string str2 = GameTools.FormatStr(str, format, clkFun, clkPar, "");

            return(GameTools.GetFinFormatStr(str2));
        }
Example #2
0
 public static string clearSuperTxtStr()
 {
     return(GameTools.GetFinFormatStr(""));
 }