mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
fix
This commit is contained in:
parent
64fd11b072
commit
7015bbcc1b
@ -45,7 +45,7 @@ namespace DCFApixels.DragonECS.PoolsCore
|
|||||||
throw new ArgumentException($"Entity({entityID}) has no component {EcsDebugUtility.GetGenericTypeName<T>()}.");
|
throw new ArgumentException($"Entity({entityID}) has no component {EcsDebugUtility.GetGenericTypeName<T>()}.");
|
||||||
}
|
}
|
||||||
[MethodImpl(MethodImplOptions.NoInlining)]
|
[MethodImpl(MethodImplOptions.NoInlining)]
|
||||||
internal static void ThrowEntityIsNotAlive(EcsWorld world, int entityID)
|
public static void ThrowEntityIsNotAlive(EcsWorld world, int entityID)
|
||||||
{
|
{
|
||||||
Throw.Ent_ThrowIsNotAlive((world, entityID));
|
Throw.Ent_ThrowIsNotAlive((world, entityID));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user