狗屎Minimax坏我代码

This commit is contained in:
SoulliesOfficial
2026-04-18 13:57:19 -04:00
parent 41140a2017
commit 7379583165
473 changed files with 34480 additions and 8069 deletions

View File

@@ -22,13 +22,7 @@ namespace Cielonos.MainGame.Characters.Inventory.Collections
{
player.reactionSc.reflectionSm.ApplyReflection(player, this, "Deflector_Reflection", 0, 0.01f,
area => area is Projectile,
area =>
{
if (area is Projectile projectile)
{
projectile.Reflect(player);
}
});
area => (area as Projectile)!.Reflect(player));
}
}
}