Files
AppleHillsProduction/Assets/Scripts/DamianExperiments/ItemJudgement.cs
Damian 9b590ca6ec Made Changes To slotted items (not fully functional but progressing)
Added Unity events to the Slotting Items, the eyes react fine but sometimes they fuck up. gonna check that out later.
2025-09-11 17:03:56 +02:00

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()
{
}
}