浏览代码

Fix warning.

/main
Yuncong Zhang 6 年前
当前提交
da535581
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 3
      Runtime/async/coroutine.cs

3
Runtime/async/coroutine.cs


public static BackgroundCallbacks getInstance() {
#if UNITY_WEBGL
return null;
#endif
#else
#endif
}
readonly LinkedList<_CallbackNode> _callbackList;

正在加载...
取消
保存