Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file modified .vs/SAIN/v17/.suo
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ public bool GetDecision(out SAINSquadDecision Decision)
{
return false;
}
if (!SAIN.HasEnemy ||! SAIN.HasGoalEnemy)
{
return false;
}
if (SAIN.Enemy?.IsVisible == true || BotOwner.Memory.GoalEnemy?.PersonalLastShootTime < 3f)
{
return false;
Expand Down
Binary file removed Release/BepInEx/plugins/SAIN-Movement-3.5.5.dll
Binary file not shown.
35 changes: 0 additions & 35 deletions Release/README.md

This file was deleted.

Binary file removed Release/SAIN/BepInEx/plugins/SAIN-3.5.7.dll
Binary file not shown.
Binary file removed Release/SAIN/BepInEx/plugins/SAIN-Debug.dll
Binary file not shown.
28 changes: 0 additions & 28 deletions Release/SAIN/README.md

This file was deleted.

Binary file modified bin/x86/3.5.7/SAIN.dll
Binary file not shown.
Binary file modified bin/x86/3.5.7/SAIN.pdb
Binary file not shown.
Binary file modified obj/x86/3.5.7/SAIN.csproj.AssemblyReference.cache
Binary file not shown.
Binary file modified obj/x86/3.5.7/SAIN.dll
Binary file not shown.
Binary file modified obj/x86/3.5.7/SAIN.pdb
Binary file not shown.