Basic oject interaction login

This commit is contained in:
BuyMyMojo 2023-02-28 02:44:39 +11:00
parent d216580bca
commit 2d2eb7d32f
8 changed files with 370 additions and 134 deletions

View file

@ -0,0 +1,13 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ClearCounter : MonoBehaviour
{
public void Interact()
{
Debug.Log("Interacted!");
}
}