mirror of
https://projects.caleb-brown.dev/UDRI-XRT/UDRIGEEKCup2024.git
synced 2025-01-22 07:08:51 -05:00
Fix OCD
This commit is contained in:
parent
15328b11a2
commit
b3a0f0df6d
@ -7,11 +7,10 @@ using UnityEngine;
|
||||
namespace MAVRIC.GEEKCup
|
||||
{
|
||||
public class BoostBall : MonoBehaviour
|
||||
|
||||
{
|
||||
public Transform ForceDirection;
|
||||
public float ForceScale = 1f;
|
||||
|
||||
|
||||
private void OnTriggerEnter(Collider other)
|
||||
{
|
||||
if (other.gameObject.TryGetComponent(out Rigidbody rigidbody))
|
Loading…
Reference in New Issue
Block a user