Add basic broken frying logic

This commit is contained in:
BuyMyMojo 2023-03-02 03:34:38 +11:00
parent 44d3bb1a03
commit ef0155632a
7 changed files with 230 additions and 16 deletions

View file

@ -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()