mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 13:47:38 +02:00
convert float to double and all that
This commit is contained in:
@ -170,7 +170,6 @@ namespace HeavenStudio.Games.Loaders
|
||||
|
||||
namespace HeavenStudio.Games
|
||||
{
|
||||
using Scripts_MarchingOrders;
|
||||
public class MarchingOrders : Minigame
|
||||
{
|
||||
public static MarchingOrders instance;
|
||||
@ -197,10 +196,10 @@ namespace HeavenStudio.Games
|
||||
bool goBop;
|
||||
bool shouldClap;
|
||||
bool keepMarching;
|
||||
private int marchOtherCount;
|
||||
private int marchPlayerCount;
|
||||
private double lastMissBeat;
|
||||
private double lastReportedBeat;
|
||||
int marchOtherCount;
|
||||
int marchPlayerCount;
|
||||
double lastMissBeat;
|
||||
double lastReportedBeat;
|
||||
public static double wantMarch = double.MinValue;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user