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 Misaki.HighPerformance.LowLevel.Collections;
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Entities.Components;
|
||||
namespace Ghost.Entities.Components;
|
||||
|
||||
public interface IComponentData
|
||||
{
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
namespace Ghost.Entities.Components;
|
||||
namespace Ghost.Entities.Components;
|
||||
|
||||
public abstract class ScriptComponent : IComponentData
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user