fix naming

This commit is contained in:
Mikhail 2024-11-08 19:08:38 +08:00
parent 27a0fcf850
commit ae6b6d7a2f

View File

@ -46,10 +46,10 @@ namespace DCFApixels.DragonECS.UncheckedCore
} }
} }
public readonly struct EntitesMatrix public readonly struct EntitiesMatrix
{ {
private readonly EcsWorld _world; private readonly EcsWorld _world;
public EntitesMatrix(EcsWorld world) public EntitiesMatrix(EcsWorld world)
{ {
_world = world; _world = world;
} }
@ -83,4 +83,4 @@ namespace DCFApixels.DragonECS.UncheckedCore
} }
} }
} }
} }