code style

pull/497/head
何冠峰 2025-02-20 11:02:59 +08:00
parent 83c6ae2057
commit 8a4960b560
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ namespace YooAsset.Editor
public string PackageNote; public string PackageNote;
/// <summary> /// <summary>
/// 旧版依赖模式 /// 怀旧版依赖模式
/// 说明兼容YooAssets1.5.x版本 /// 说明兼容YooAssets1.5.x版本
/// </summary> /// </summary>
public bool LegacyDependency = false; public bool LegacyDependency = false;

View File

@ -18,7 +18,7 @@ namespace YooAsset
public string FileVersion; public string FileVersion;
/// <summary> /// <summary>
/// 旧版依赖模式 /// 怀旧版依赖模式
/// </summary> /// </summary>
public bool LegacyDependency; public bool LegacyDependency;