mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 21:47:39 +02:00
Autoplay began
This commit is contained in:
@ -37,12 +37,14 @@ namespace RhythmHeavenMania
|
||||
public bool playOnStart;
|
||||
public float startBeat;
|
||||
private GameObject currentGameO;
|
||||
public bool autoplay;
|
||||
|
||||
public static GameManager instance { get; private set; }
|
||||
private EventCaller eventCaller;
|
||||
|
||||
private void Awake()
|
||||
{
|
||||
autoplay = true;
|
||||
instance = this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user