mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 18:37:38 +02:00
convert float to double and all that
This commit is contained in:
@ -27,7 +27,7 @@ namespace HeavenStudio.Games.Scripts_ForkLifter
|
||||
public int currentEarlyPeasOnFork;
|
||||
public int currentPerfectPeasOnFork;
|
||||
public int currentLatePeasOnFork;
|
||||
private float lastReportedBeat;
|
||||
private double lastReportedBeat;
|
||||
|
||||
private bool isEating = false;
|
||||
|
||||
|
Reference in New Issue
Block a user