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.
|
using System; |
|
|
|
namespace Kingo.Mobile.Shape2KOTool.KoDataBase |
|
{ |
|
// Token: 0x02000052 RID: 82 |
|
// (Invoke) Token: 0x060002DD RID: 733 |
|
public delegate void MessageReport(string msg, int count = 0); |
|
}
|
|
|