修复sdk事件系统,未初始化数据的问题

dev_chengFeng
JieLing 2020-08-24 18:01:58 +08:00
parent 516cb2d318
commit 28cc0fde3e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ namespace SDK
{ {
public class SdkCustomEvent public class SdkCustomEvent
{ {
static Dictionary<string, string[]> dic; static Dictionary<string, string[]> dic = new Dictionary<string, string[]>();
public static void Init() public static void Init()
{ {