Re-encoding all files with utf-8;
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using Ghost.Engine.Models;
|
||||
using Ghost.Engine.Models;
|
||||
|
||||
namespace Ghost.Engine;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ghost.Core.Attributes;
|
||||
using Ghost.Core.Attributes;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
[assembly: InternalsVisibleTo("Ghost.Editor")]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ghost.Engine.Editor;
|
||||
using Ghost.Engine.Editor;
|
||||
using Ghost.Entities;
|
||||
using Ghost.Entities.Components;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ghost.Engine.Utilities;
|
||||
using Ghost.Engine.Utilities;
|
||||
using Ghost.Entities.Components;
|
||||
using System.Numerics;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ghost.Engine.Models;
|
||||
using Ghost.Engine.Models;
|
||||
using Ghost.Engine.Services;
|
||||
|
||||
namespace Ghost.Engine;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Engine.Models;
|
||||
namespace Ghost.Engine.Models;
|
||||
|
||||
internal class LaunchArgument
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Engine.Models;
|
||||
namespace Ghost.Engine.Models;
|
||||
|
||||
public enum LogLevel
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Engine.Resources;
|
||||
namespace Ghost.Engine.Resources;
|
||||
|
||||
internal class EngineData
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Text.Json;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace Ghost.Engine.Resources;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ghost.Engine.Models;
|
||||
using Ghost.Engine.Models;
|
||||
using System.Diagnostics;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using Ghost.Entities;
|
||||
using Ghost.Entities;
|
||||
|
||||
namespace Ghost.Engine.Services;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Engine.Services;
|
||||
namespace Ghost.Engine.Services;
|
||||
|
||||
public enum SceneLoadMode
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Ghost.Engine.Utilities;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Numerics;
|
||||
using System.Numerics;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Ghost.Engine.Utilities;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Text.Json;
|
||||
using System.Text.Json;
|
||||
|
||||
namespace Ghost.Engine.Utilities;
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Numerics;
|
||||
using System.Numerics;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace Ghost.Engine.Utilities;
|
||||
|
||||
Reference in New Issue
Block a user