nah, wtf
This commit is contained in:
@@ -143,6 +143,7 @@ public class Cooking : MonoBehaviour
|
||||
|
||||
// Keep track of ingredients going on and off the cooker.
|
||||
List <GameObject> currentCollisions = new List <GameObject>();
|
||||
|
||||
private void OnTriggerEnter2D(Collider2D other) {
|
||||
currentCollisions.Add (other.gameObject);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user