Update EntityComponentSystem.cs
This commit is contained in:
parent
21bbfe0617
commit
76e2629916
|
@ -24,6 +24,7 @@ namespace BITKit.Entities
|
||||||
IServiceProvider ServiceProvider { get; }
|
IServiceProvider ServiceProvider { get; }
|
||||||
#if NET5_0_OR_GREATER
|
#if NET5_0_OR_GREATER
|
||||||
IServiceCollection ServiceCollection { get; }
|
IServiceCollection ServiceCollection { get; }
|
||||||
|
object[] GetServices();
|
||||||
#endif
|
#endif
|
||||||
void Inject(object obj);
|
void Inject(object obj);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue