This commit is contained in:
kridoo
2025-11-19 23:51:17 +08:00
parent 0ba6ef05dd
commit 6019406bc8
16 changed files with 375 additions and 72 deletions

View File

@@ -30,12 +30,16 @@ public class CatchManager : MonoBehaviour
m_collider = GetComponent<Collider>();
GlobalEventMgr.Listen(GameEvent.EventChangeScence, GameDataManage_EventChangeScence);
}
public void SetStart(bool value)
{
//Debug.Log("ʶ<><CAB6><EFBFBD><EFBFBD>ץȡ<D7A5><C8A1><EFBFBD><EFBFBD>:"+value);
Start = value;
}
public void SetEnd(bool value)
{
Start = value;
}
public void SetCurrentItem(GrabItem item)
{
if(item == null)