1
This commit is contained in:
@@ -13,7 +13,8 @@ namespace BITKit.Entities.InputSystem
|
||||
{
|
||||
protected readonly InputActionGroup inputActionGroup = new()
|
||||
{
|
||||
allowGlobalActivation = true
|
||||
allowGlobalActivation = true,
|
||||
Source = nameof(EntityInputSystem)
|
||||
};
|
||||
[Inject(true)]
|
||||
private IHealth _health;
|
||||
|
Reference in New Issue
Block a user