Update EntityComponentSystem.cs

This commit is contained in:
CortexCore 2024-06-28 17:36:05 +08:00
parent 21bbfe0617
commit 76e2629916
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ namespace BITKit.Entities
IServiceProvider ServiceProvider { get; }
#if NET5_0_OR_GREATER
IServiceCollection ServiceCollection { get; }
object[] GetServices();
#endif
void Inject(object obj);
}