using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Kingo.Plugin.ShapeToKOApp.KoDataBase { // Token: 0x02000052 RID: 82 // (Invoke) Token: 0x060002DD RID: 733 public delegate void MessageReport(string msg, int count = 0); }