style : change file to unicode

pull/245/head
hevinci 2024-02-26 14:29:36 +08:00
parent 4170c60f0c
commit af3bf8448c
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#if UNITY_2019_4_OR_NEWER #if UNITY_2019_4_OR_NEWER
using System; using System;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
@ -18,7 +18,7 @@ namespace YooAsset.Editor
} }
/// <summary> /// <summary>
/// 执行构建 /// 执行构建
/// </summary> /// </summary>
protected override void ExecuteBuild() protected override void ExecuteBuild()
{ {

View File

@ -1,4 +1,4 @@
#if UNITY_2019_4_OR_NEWER #if UNITY_2019_4_OR_NEWER
using System; using System;
using System.IO; using System.IO;
using System.Linq; using System.Linq;
@ -20,7 +20,7 @@ namespace YooAsset.Editor
} }
/// <summary> /// <summary>
/// 执行构建 /// 执行构建
/// </summary> /// </summary>
protected override void ExecuteBuild() protected override void ExecuteBuild()
{ {