Added player task system. simple interaction with objects. Known issue - no player stats canvas
This commit is contained in:
@@ -16,7 +16,7 @@ namespace Assets.Scripts.Actions
|
||||
_position = position;
|
||||
Sallary = sallary;
|
||||
}
|
||||
public void ApplyAction(PlayerManager playerController)
|
||||
public void ApplyAction(Player playerController)
|
||||
{
|
||||
playerController.WorkPlace = this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user