Add Hunter NPC and Teleporter features with associated prefabs and effects
This commit is contained in:
@@ -4,11 +4,13 @@ namespace Core.Domain.Status
|
||||
{
|
||||
public bool CanTriggerDecay;
|
||||
public float SpeedMultiplier;
|
||||
|
||||
public bool CanHover;
|
||||
|
||||
public static PlayerCapabilities Default => new PlayerCapabilities
|
||||
{
|
||||
CanTriggerDecay = true,
|
||||
SpeedMultiplier = 1f
|
||||
SpeedMultiplier = 1f,
|
||||
CanHover = false
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user