Update EntityComponentSystem.cs
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user