convert float to double and all that

This commit is contained in:
AstrlJelly
2023-06-10 16:55:10 -04:00
parent a4b66367fd
commit 67b6658cd3
66 changed files with 253 additions and 416 deletions

View File

@ -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;