initial commit
This commit is contained in:
10
Assets/Scripts/Lesson_3/RocketButtonController.cs
Normal file
10
Assets/Scripts/Lesson_3/RocketButtonController.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class RocketButtonController : MonoBehaviour
|
||||
{
|
||||
public HighStrikerController HighStrikerController;
|
||||
public void Use()
|
||||
{
|
||||
HighStrikerController.FlyRocket();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user