提交
This commit is contained in:
@@ -120,12 +120,12 @@ namespace BingoBrain
|
||||
SetConfig(json);
|
||||
if (true)
|
||||
{
|
||||
// SdkManager.
|
||||
SdkManager.Instance.RefreshUrl();
|
||||
}
|
||||
// CtrlDispatcher.Instance.Dispatch(CtrlMsg.Game_StartBefore);
|
||||
|
||||
}
|
||||
RootObject SDKConfig;
|
||||
public RootObject SDKConfig;
|
||||
private void SetConfig(string json_)
|
||||
{
|
||||
SDKConfig = JsonConvert.DeserializeObject<RootObject>(json_);
|
||||
|
||||
Reference in New Issue
Block a user