From b58d337fa08da868fc81f2aa1d83006d8a4c43ca Mon Sep 17 00:00:00 2001 From: dhain Date: Thu, 9 Jun 2022 16:53:24 +0200 Subject: [PATCH] weg mit dem kack --- Assets/Scripts/TileBehaviour.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Assets/Scripts/TileBehaviour.cs b/Assets/Scripts/TileBehaviour.cs index fb5cb26..9ce7c8d 100644 --- a/Assets/Scripts/TileBehaviour.cs +++ b/Assets/Scripts/TileBehaviour.cs @@ -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) {