Add basic broken frying logic
This commit is contained in:
parent
44d3bb1a03
commit
ef0155632a
7 changed files with 230 additions and 16 deletions
|
@ -16,7 +16,8 @@ public class BaseCounter : MonoBehaviour, IKitchenObjectParent
|
|||
|
||||
public virtual void InteractAlternate(Player player)
|
||||
{
|
||||
Debug.LogError("BaseCounter.InteractAlterante();");
|
||||
// Debug.LogError("BaseCounter.InteractAlterante();");
|
||||
// Don't do anything, not all Counters need alt interact actions.
|
||||
}
|
||||
|
||||
public Transform GetKitchenObjectFollowTransform()
|
||||
|
|
Reference in a new issue