Basic oject interaction login
This commit is contained in:
parent
d216580bca
commit
2d2eb7d32f
8 changed files with 370 additions and 134 deletions
13
Assets/Scripts/ClearCounter.cs
Normal file
13
Assets/Scripts/ClearCounter.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class ClearCounter : MonoBehaviour
|
||||
{
|
||||
|
||||
public void Interact()
|
||||
{
|
||||
Debug.Log("Interacted!");
|
||||
}
|
||||
|
||||
}
|
Reference in a new issue