mirror of
https://projects.caleb-brown.dev/UDRI-XRT/UDRIGEEKCup2024.git
synced 2025-01-22 07:08:51 -05:00
Fixed Merge conflict
This commit is contained in:
parent
177cfc1906
commit
5ce0af8bd1
@ -3,16 +3,10 @@ using UnityEngine.Events;
|
||||
|
||||
namespace MAVRIC.GEEKCup
|
||||
{
|
||||
<<<<<<<< HEAD:Assets/Scripts/OnTrigger.cs
|
||||
[RequireComponent(typeof(Collider))]
|
||||
public class OnTrigger : MonoBehaviour
|
||||
{
|
||||
[SerializeField] private bool invertResult = false;
|
||||
========
|
||||
public class OnColliderTrigger : MonoBehaviour
|
||||
{
|
||||
public bool invertResult = false;
|
||||
>>>>>>>> development:Assets/Scripts/OnColliderTrigger.cs
|
||||
|
||||
// TODO: Update this to use a UnityAtoms BoolReference
|
||||
[SerializeField] private UnityEvent<bool> onTrigger;
|
||||
|
Loading…
Reference in New Issue
Block a user