1
This commit is contained in:
@@ -12,7 +12,7 @@ using UnityEngine.InputSystem.Interactions;
|
||||
namespace BITFALL.Entities.Improvised
|
||||
{
|
||||
[CustomType(typeof(ImprovisedServiceInterface))]
|
||||
public class ImprovisedService : EntityComponent,ImprovisedServiceInterface
|
||||
public class ImprovisedService : EntityBehavior,ImprovisedServiceInterface
|
||||
{
|
||||
[Inject] private IHealth _health;
|
||||
[Inject(true)] private IKnockdown _knockdown;
|
||||
|
Reference in New Issue
Block a user