狗屎Minimax坏我代码
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user