diff --git a/Assets/YooAsset/Runtime/AssetSystem/Operations/RawFileOperation.cs b/Assets/YooAsset/Runtime/AssetSystem/Operations/RawFileOperation.cs index aae52a2..5b25f27 100644 --- a/Assets/YooAsset/Runtime/AssetSystem/Operations/RawFileOperation.cs +++ b/Assets/YooAsset/Runtime/AssetSystem/Operations/RawFileOperation.cs @@ -308,7 +308,7 @@ namespace YooAsset } /// - /// 网络模式的原生文件操作 + /// 联机模式的原生文件操作 /// internal sealed class HostPlayModeRawFileOperation : RawFileOperation { diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/InitializationOperation.cs b/Assets/YooAsset/Runtime/PatchSystem/Operations/InitializationOperation.cs index a66443c..19aef93 100644 --- a/Assets/YooAsset/Runtime/PatchSystem/Operations/InitializationOperation.cs +++ b/Assets/YooAsset/Runtime/PatchSystem/Operations/InitializationOperation.cs @@ -129,7 +129,7 @@ namespace YooAsset } /// - /// 网络运行模式的初始化操作 + /// 联机运行模式的初始化操作 /// internal sealed class HostPlayModeInitializationOperation : InitializationOperation { diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdateManifestOperation.cs b/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdateManifestOperation.cs index faaa38b..521f461 100644 --- a/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdateManifestOperation.cs +++ b/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdateManifestOperation.cs @@ -46,7 +46,7 @@ namespace YooAsset } /// - /// 网络模式的更新清单操作 + /// 联机模式的更新清单操作 /// internal sealed class HostPlayModeUpdateManifestOperation : UpdateManifestOperation { @@ -252,7 +252,7 @@ namespace YooAsset } /// - /// 网络模式的更新清单操作(弱联网) + /// 联机模式的更新清单操作(弱联网) /// internal sealed class HostPlayModeWeaklyUpdateManifestOperation : UpdateManifestOperation { diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdatePackageOperation.cs b/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdatePackageOperation.cs index 49aaad9..5bcc633 100644 --- a/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdatePackageOperation.cs +++ b/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdatePackageOperation.cs @@ -64,7 +64,7 @@ namespace YooAsset } /// - /// 网络模式的更新资源包裹操作 + /// 联机模式的更新资源包裹操作 /// internal sealed class HostPlayModeUpdatePackageOperation : UpdatePackageOperation { diff --git a/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdateStaticVersionOperation.cs b/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdateStaticVersionOperation.cs index 449e01b..3100025 100644 --- a/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdateStaticVersionOperation.cs +++ b/Assets/YooAsset/Runtime/PatchSystem/Operations/UpdateStaticVersionOperation.cs @@ -43,7 +43,7 @@ namespace YooAsset } /// - /// 网络模式的更新静态版本操作 + /// 联机模式的更新静态版本操作 /// internal sealed class HostPlayModeUpdateStaticVersionOperation : UpdateStaticVersionOperation { diff --git a/Assets/YooAsset/Runtime/PatchSystem/PlayMode/WebPlayModeImpl.cs b/Assets/YooAsset/Runtime/PatchSystem/PlayMode/WebPlayModeImpl.cs deleted file mode 100644 index 694fb88..0000000 --- a/Assets/YooAsset/Runtime/PatchSystem/PlayMode/WebPlayModeImpl.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections; -using System.Collections.Generic; - -/* -namespace YooAsset -{ - internal class WebPlayModeImpl : IBundleServices - { - } -} -*/ \ No newline at end of file diff --git a/Assets/YooAsset/Runtime/PatchSystem/PlayMode/WebPlayModeImpl.cs.meta b/Assets/YooAsset/Runtime/PatchSystem/PlayMode/WebPlayModeImpl.cs.meta deleted file mode 100644 index 97cc71d..0000000 --- a/Assets/YooAsset/Runtime/PatchSystem/PlayMode/WebPlayModeImpl.cs.meta +++ /dev/null @@ -1,11 +0,0 @@ -fileFormatVersion: 2 -guid: 03baa90d8f534834c9c31d469a507f66 -MonoImporter: - externalObjects: {} - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: diff --git a/Assets/YooAsset/Runtime/YooAssets.cs b/Assets/YooAsset/Runtime/YooAssets.cs index 24bedd2..f374276 100644 --- a/Assets/YooAsset/Runtime/YooAssets.cs +++ b/Assets/YooAsset/Runtime/YooAssets.cs @@ -25,7 +25,7 @@ namespace YooAsset OfflinePlayMode, /// - /// 网络运行模式 + /// 联机运行模式 /// HostPlayMode, } @@ -81,7 +81,7 @@ namespace YooAsset } /// - /// 网络运行模式的初始化参数 + /// 联机运行模式的初始化参数 /// public class HostPlayModeParameters : InitializeParameters {