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.
12 lines
314 B
12 lines
314 B
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); |
|
}
|
|
|