Fishing Rod + Cursor

This commit is contained in:
s-prechtl 2022-06-03 08:29:07 +02:00
parent 29de95f46a
commit fe63511825
5 changed files with 29 additions and 15 deletions

View file

@ -4,7 +4,7 @@ using UnityEngine;
public class TileBehaviour : MonoBehaviour
{
private BaseTile _tile;
// Start is called before the first frame update
void Start()
{