@@ -321,7 +321,7 @@ namespace GFGGame
}
- Timers.inst.Add(0.5f, 1, UpdateHit);
+ Timers.inst.Add(0.6f, 1, UpdateHit);
private void UpdateHit(object param = null)
{