修复sdk事件系统,未初始化数据的问题
parent
516cb2d318
commit
28cc0fde3e
|
|
@ -6,7 +6,7 @@ namespace SDK
|
|||
{
|
||||
public class SdkCustomEvent
|
||||
{
|
||||
static Dictionary<string, string[]> dic;
|
||||
static Dictionary<string, string[]> dic = new Dictionary<string, string[]>();
|
||||
|
||||
public static void Init()
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue