From 1e6b5794b3e0be28192529256d6d3f562f32f4ad Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sat, 12 Jun 2021 21:05:42 -0400 Subject: One line --- Assets/Scripts/Controllers/Hoop.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Assets/Scripts/Controllers/Hoop.cs b/Assets/Scripts/Controllers/Hoop.cs index 8809b87..39c7a6f 100644 --- a/Assets/Scripts/Controllers/Hoop.cs +++ b/Assets/Scripts/Controllers/Hoop.cs @@ -14,10 +14,7 @@ namespace Controllers private Animator HoopAnimator; - private void Awake() - { - HoopAnimator = GetComponentInChildren(); - } + private void Awake() => HoopAnimator = GetComponentInChildren(); private void OnTriggerEnter2D(Collider2D other) { -- cgit v1.2.3-56-ge451