protected void PlayClips(string[] id) => BaseGlobal.AudioMgr.PlayUI(RandUtil.RandArray(id), false);
protected override Status OnDo() { _doAction = RandUtil.RandArray(_action); return(_doAction.Invoke());; }