Browse Source

Ball Recycle System

master
JiLingXiaoBai 1 month ago
parent
commit
2d1d35b5fa
  1. 2
      client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Service/Matcher/MatcherSvc.cs

2
client/client/Assets/Scripts/CoreGame/AFramSync/Logic/Service/Matcher/MatcherSvc.cs

@ -18,6 +18,6 @@ namespace CoreGame.Logic
(Matcher<LogicEntity>)Matcher<LogicEntity>.AllOf(Lookup.ShootBall, Lookup.BallBag);
public static Matcher<LogicEntity> s_BallRecycle =
(Matcher<LogicEntity>)Matcher<LogicEntity>.AllOf(Lookup.BallRecycle);
(Matcher<LogicEntity>)Matcher<LogicEntity>.AllOf(Lookup.BallRecycle, Lookup.BallData);
}
}
Loading…
Cancel
Save