This commit is contained in:
2025-08-20 18:31:38 +08:00
parent 5ad59475fe
commit 49cc2babe7
2 changed files with 2 additions and 1 deletions

View File

@@ -33,6 +33,7 @@ namespace Stary.Evo.TableTextConversion
return null;
}
#endif
return default(T); // 或抛出异常
}
#if UNITY_EDITOR