Changed project name

This commit is contained in:
2025-12-04 16:55:26 +09:00
parent 3bbf485fce
commit 93bc8e55a3
54 changed files with 1819 additions and 613 deletions

View File

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

View File

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