void Update() { actionRepeater.Tick(Time.deltaTime); }
protected override void Update() { base.Update(); actionRepeater.Tick(Time.deltaTime); }