Cleaning up those dang warnings (#826)

* done i think

wahoo

* this one too

lol
This commit is contained in:
ThePurpleAnon
2024-04-07 16:25:54 -05:00
committed by GitHub
parent fe8753e554
commit 326ea3d895
52 changed files with 99 additions and 95 deletions

View File

@ -16,7 +16,7 @@ namespace HeavenStudio.Games.Scripts_CatchOfTheDay
[SerializeField] FleeAnimation FleeAnim;
[SerializeField] bool FlipSprite;
private bool Out = false;
//private bool Out = false; Unused value - Marc
public void SetColor(Color color)
{
@ -61,7 +61,7 @@ namespace HeavenStudio.Games.Scripts_CatchOfTheDay
break;
}
Out = true;
//Out = true; Unused value - Marc
}
public enum FleeAnimation : int