From 2d1d35b5fa20ee76ec58390d2d40d168af04e435 Mon Sep 17 00:00:00 2001 From: JiLingXiaoBai Date: Tue, 29 Jul 2025 20:40:43 +0800 Subject: [PATCH] Ball Recycle System --- .../CoreGame/AFramSync/Logic/Service/Matcher/MatcherSvc.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Service/Matcher/MatcherSvc.cs b/client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Service/Matcher/MatcherSvc.cs index c4303c1a..59e53ff7 100644 --- a/client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Service/Matcher/MatcherSvc.cs +++ b/client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Service/Matcher/MatcherSvc.cs @@ -18,6 +18,6 @@ namespace CoreGame.Logic (Matcher)Matcher.AllOf(Lookup.ShootBall, Lookup.BallBag); public static Matcher s_BallRecycle = - (Matcher)Matcher.AllOf(Lookup.BallRecycle); + (Matcher)Matcher.AllOf(Lookup.BallRecycle, Lookup.BallData); } } \ No newline at end of file