mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-08-21 09:54:28 -05:00
Nitro has been State Machined
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user