Пример #1
0
 public static void SetErrorCodeDelegate(QGameKit.ErrorCodeListenerDelegate errorCodeDelegate)
 {
     if (QGameKit.QGameKitObj == null)
     {
         Debug.LogError("QGameKitObj is null!");
         return;
     }
     QGameKit.QGameKitObj.SetErrorCodeDelegate(errorCodeDelegate);
 }
Пример #2
0
 public ErrorCodeCallback(QGameKit.ErrorCodeListenerDelegate mDelegate) : base("com/tencent/qgame/live/listener/ErrorCodeListener")
 {
     this.errorCodeDelegate = mDelegate;
 }