Added Unity events to the Slotting Items, the eyes react fine but sometimes they fuck up. gonna check that out later.
17 lines
284 B
C#
17 lines
284 B
C#
using UnityEngine;
|
|
|
|
public class ItemJudgement : MonoBehaviour
|
|
{
|
|
// Start is called once before the first execution of Update after the MonoBehaviour is created
|
|
void Start()
|
|
{
|
|
|
|
}
|
|
|
|
// Update is called once per frame
|
|
void Update()
|
|
{
|
|
|
|
}
|
|
}
|