Nitro has been State Machined

This commit is contained in:
Melbyj1125
2022-02-15 23:05:05 -06:00
parent e2438dc364
commit ccbcbab71f
8 changed files with 61 additions and 20 deletions

View File

@@ -89,13 +89,6 @@ public class PlayerStats : MonoBehaviour
set{ gravVel = value; }
}
//If The Player Has Blink
[SerializeField] private bool hasBlink = false;
public bool HasBlink{
get{ return hasBlink; }
set{ hasBlink = value; }
}
//If The Player Has Glider
[SerializeField] private bool hasGlider = false;
public bool HasGlider{