|
|
@ -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); |
|
|
|
} |
|
|
|
} |