weg mit dem kack

This commit is contained in:
dhain 2022-06-09 16:53:24 +02:00
parent 38efeb6af6
commit b58d337fa0

View file

@ -32,10 +32,6 @@ public class TileBehaviour : MonoBehaviour {
ActionInvoker.InvokeDayLightStep(gameObject);
}
// Update is called once per frame
void Update() {
}
void OnMouseDown() {
UsableItem usableItem = PlayerController.instance.GetSelectedItem();
if(usableItem != null) {