目录调整,旧钓鱼逻辑全部注释

This commit is contained in:
2025-08-22 00:09:05 +08:00
parent 2f8251fe63
commit 6767dc7019
154 changed files with 937 additions and 483 deletions

View File

@@ -55,8 +55,8 @@ namespace NBF
{
//上船
Debug.Log("上船===");
var boat = _interactiveObject.gameObject.GetComponent<Boat>();
Fishing.Inst.Player.SelfPlayer.EnterBoat(boat);
// var boat = _interactiveObject.gameObject.GetComponent<Boat>();
// Fishing.Inst.Player.SelfPlayer.EnterBoat(boat);
// Fishing.Inst.Player
}
else if (_interactiveObject.Type == UIDef.InteractiveType.FishingShop)