From ae6b6d7a2fc3d1e8238910b94b26a369bfe9fa77 Mon Sep 17 00:00:00 2001 From: Mikhail <99481254+DCFApixels@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:08:38 +0800 Subject: [PATCH] fix naming --- src/Utils/UncheckedCoreUtility.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Utils/UncheckedCoreUtility.cs b/src/Utils/UncheckedCoreUtility.cs index e31b032..196f845 100644 --- a/src/Utils/UncheckedCoreUtility.cs +++ b/src/Utils/UncheckedCoreUtility.cs @@ -46,10 +46,10 @@ namespace DCFApixels.DragonECS.UncheckedCore } } - public readonly struct EntitesMatrix + public readonly struct EntitiesMatrix { private readonly EcsWorld _world; - public EntitesMatrix(EcsWorld world) + public EntitiesMatrix(EcsWorld world) { _world = world; } @@ -83,4 +83,4 @@ namespace DCFApixels.DragonECS.UncheckedCore } } } -} +} \ No newline at end of file