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.Engine.Models;
using Ghost.Engine.Models;
namespace Ghost.Engine;

View File

@@ -1,4 +1,4 @@
using Ghost.Core.Attributes;
using Ghost.Core.Attributes;
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("Ghost.Editor")]

View File

@@ -1,4 +1,4 @@
using Ghost.Engine.Editor;
using Ghost.Engine.Editor;
using Ghost.Entities;
using Ghost.Entities.Components;
using System.Runtime.CompilerServices;

View File

@@ -1,4 +1,4 @@
using Ghost.Engine.Utilities;
using Ghost.Engine.Utilities;
using Ghost.Entities.Components;
using System.Numerics;
using System.Runtime.CompilerServices;

View File

@@ -1,4 +1,4 @@
namespace Ghost.Engine.Editor;
namespace Ghost.Engine.Editor;
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Struct | AttributeTargets.Property | AttributeTargets.Field, Inherited = false, AllowMultiple = false)]
public class HideEditorAttribute : Attribute

View File

@@ -1,4 +1,4 @@
using Ghost.Engine.Models;
using Ghost.Engine.Models;
using Ghost.Engine.Services;
namespace Ghost.Engine;

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>

View File

@@ -1,4 +1,4 @@
namespace Ghost.Engine.Models;
namespace Ghost.Engine.Models;
internal class LaunchArgument
{

View File

@@ -1,4 +1,4 @@
namespace Ghost.Engine.Models;
namespace Ghost.Engine.Models;
public enum LogLevel
{

View File

@@ -1,4 +1,4 @@
namespace Ghost.Engine.Resources;
namespace Ghost.Engine.Resources;
internal class EngineData
{

View File

@@ -1,4 +1,4 @@
using System.Text.Json;
using System.Text.Json;
namespace Ghost.Engine.Resources;

View File

@@ -1,4 +1,4 @@
using Ghost.Engine.Models;
using Ghost.Engine.Models;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;

View File

@@ -1,4 +1,4 @@
using Ghost.Entities;
using Ghost.Entities;
namespace Ghost.Engine.Services;

View File

@@ -1,4 +1,4 @@
namespace Ghost.Engine.Services;
namespace Ghost.Engine.Services;
public enum SceneLoadMode
{

View File

@@ -1,4 +1,4 @@
using System.Runtime.CompilerServices;
using System.Runtime.CompilerServices;
namespace Ghost.Engine.Utilities;

View File

@@ -1,4 +1,4 @@
using System.Numerics;
using System.Numerics;
using System.Runtime.CompilerServices;
namespace Ghost.Engine.Utilities;

View File

@@ -1,4 +1,4 @@
using System.Text.Json;
using System.Text.Json;
namespace Ghost.Engine.Utilities;

View File

@@ -1,4 +1,4 @@
using System.Numerics;
using System.Numerics;
using System.Runtime.CompilerServices;
namespace Ghost.Engine.Utilities;