mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-17 17:34:36 +08:00
fix naming
This commit is contained in:
parent
27a0fcf850
commit
ae6b6d7a2f
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user