Update EntityComponentSystem.cs
This commit is contained in:
parent
21bbfe0617
commit
76e2629916
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue