Re-encoding all files with utf-8;

This commit is contained in:
2025-11-04 13:31:21 +09:00
parent 017153aa02
commit 2612e19d35
178 changed files with 178 additions and 178 deletions

View File

@@ -1,4 +1,4 @@
using Ghost.Core;
using Ghost.Core;
using Ghost.Editor.Core.Utilities;
using Ghost.Engine.Services;
using System.Reflection;

View File

@@ -1,4 +1,4 @@
using System.Diagnostics;
using System.Diagnostics;
using System.Reflection;
namespace Ghost.Editor.Core.AssetHandle;

View File

@@ -1,4 +1,4 @@
using Ghost.Data.Services;
using Ghost.Data.Services;
namespace Ghost.Editor.Core.AssetHandle;

View File

@@ -1,4 +1,4 @@
namespace Ghost.Editor.Core.AssetHandle;
namespace Ghost.Editor.Core.AssetHandle;
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class AssetImporterAttribute : Attribute

View File

@@ -1,4 +1,4 @@
namespace Ghost.Editor.Core.AssetHandle;
namespace Ghost.Editor.Core.AssetHandle;
internal class AssetMeta
{

View File

@@ -1,4 +1,4 @@
namespace Ghost.Editor.Core.AssetHandle;
namespace Ghost.Editor.Core.AssetHandle;
[AttributeUsage(AttributeTargets.Method)]
public class AssetOpenHandlerAttribute : Attribute

View File

@@ -1,4 +1,4 @@
namespace Ghost.Editor.Core.AssetHandle;
namespace Ghost.Editor.Core.AssetHandle;
public abstract class ImporterSettings
{