using System.Collections; using System.Collections.Generic; using UnityEngine; public class IngamePetCard_BuffDebuff : uScrollViewMgr { private void OnEnable() { CardBase_AllOff(); } }