// Update is called once per frame void OnActivePower(bool active) { if (active) { _alpha.PlayForward(); } else { _alpha.PlayReverse(); } }
void StartAlpha() { alphaT.PlayForward(); }