Project_WL/Assets/Script/UI/Pet/IngamePetCard_BuffDebuff.cs

13 lines
207 B
C#
Raw Normal View History

2025-03-05 07:08:07 +00:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class IngamePetCard_BuffDebuff : uScrollViewMgr
{
private void OnEnable()
{
CardBase_AllOff();
}
}