You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

28 lines
706 B

using ProtoCSStruct;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Operation
{
public static class Exrole
{
//RepeatedDBHero_512
//public static string TostringEx(this RepeatedDBMainlandOne_32 data)
//{
// StringBuilder sb = new StringBuilder();
// sb.Append("[");
// for (int i = 0; i < data.Count; i++)
// {
// sb.Append(data.Get(i).ToString() + ",");
// }
// sb = new StringBuilder(sb.ToString().TrimEnd(','));
// sb.Append(']');
// return sb.ToString();
}
}