public class DinoHumanBrain : MonoBehaviour { ... void Update () { _logic.Aim[0] = Controls.Direction; _logic.RunPower[0] = Controls.Power; } }