mirror of
https://projects.caleb-brown.dev/UDRI-XRT/UDRIGEEKCup2024.git
synced 2025-01-22 07:08:51 -05:00
Cleaning code
This commit is contained in:
parent
b3a0f0df6d
commit
c2a25c90d9
@ -8,8 +8,8 @@ namespace MAVRIC.GEEKCup
|
|||||||
{
|
{
|
||||||
public class BoostBall : MonoBehaviour
|
public class BoostBall : MonoBehaviour
|
||||||
{
|
{
|
||||||
public Transform ForceDirection;
|
public Transform forceDirection;
|
||||||
public float ForceScale = 1f;
|
public float forceScale = 1f;
|
||||||
|
|
||||||
private void OnTriggerEnter(Collider other)
|
private void OnTriggerEnter(Collider other)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user