mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 19:47:36 +02:00
Cleaning up those dang warnings (#826)
* done i think wahoo * this one too lol
This commit is contained in:
@ -23,7 +23,7 @@ namespace HeavenStudio.Games.Scripts_KarateMan
|
||||
|
||||
double lastPunchTime = double.MinValue;
|
||||
double lastComboMissTime = double.MinValue;
|
||||
double lastUpperCutTime = double.MinValue;
|
||||
//double lastUpperCutTime = double.MinValue; Unused value - Marc
|
||||
public bool inCombo = false;
|
||||
public bool lockedInCombo = false;
|
||||
public bool comboWaiting = false;
|
||||
|
Reference in New Issue
Block a user