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