mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
给不支持WEBGL的增加宏定义
给不支持WEBGL的增加宏定义
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
#if !UNITY_WEBGL
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System;
|
using System;
|
||||||
@@ -22,7 +23,6 @@ using System.Linq;
|
|||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
namespace GameBase
|
namespace GameBase
|
||||||
{
|
{
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Loom多线程通信。
|
/// Loom多线程通信。
|
||||||
/// <remarks></remarks>
|
/// <remarks></remarks>
|
||||||
@@ -188,3 +188,4 @@ namespace GameBase
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
Reference in New Issue
Block a user