Fix shop System
add food indicator
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{
|
||||
_energyPerTick = energyPerTick;
|
||||
}
|
||||
public override void ApplyAction(PlayerController playerController)
|
||||
public override void ApplyAction(PlayerManager playerController)
|
||||
{
|
||||
playerController.energy.increase(_energyPerTick);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user