mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 09:57:38 +02:00
Autoplay began
This commit is contained in:
@ -16,6 +16,8 @@ namespace RhythmHeavenMania.Games
|
||||
public bool early;
|
||||
public bool perfect;
|
||||
public bool late;
|
||||
public bool notPerfect() { return early || late; }
|
||||
public bool eligible() { return early || perfect || late; }
|
||||
public float createBeat;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user