(client) fix: 修复Define加载时的逻辑错误(错误从about文件中筛选define,加载文件不再构建完整路径)

This commit is contained in:
m0_75251201
2025-07-13 09:37:23 +08:00
parent f04be7bb79
commit a336a69157
4 changed files with 32 additions and 18 deletions

View File

@ -5,7 +5,7 @@ namespace Test
{
public class ClockTest : MonoBehaviour
{
private static float timer = 0;
//private static float timer = 0;
// Start is called once before the first execution of Update after the MonoBehaviour is created
private void Start()