forked from Misaki/GhostEngine
Re-encoding all files with utf-8;
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Ghost.Core;
|
||||
using Ghost.Core;
|
||||
using Ghost.Editor.Core.Utilities;
|
||||
using Ghost.Engine.Services;
|
||||
using System.Reflection;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
|
||||
namespace Ghost.Editor.Core.AssetHandle;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ghost.Data.Services;
|
||||
using Ghost.Data.Services;
|
||||
|
||||
namespace Ghost.Editor.Core.AssetHandle;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Editor.Core.AssetHandle;
|
||||
namespace Ghost.Editor.Core.AssetHandle;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
|
||||
public class AssetImporterAttribute : Attribute
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Editor.Core.AssetHandle;
|
||||
namespace Ghost.Editor.Core.AssetHandle;
|
||||
|
||||
internal class AssetMeta
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Editor.Core.AssetHandle;
|
||||
namespace Ghost.Editor.Core.AssetHandle;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
public class AssetOpenHandlerAttribute : Attribute
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Editor.Core.AssetHandle;
|
||||
namespace Ghost.Editor.Core.AssetHandle;
|
||||
|
||||
public abstract class ImporterSettings
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user