mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 11:47:38 +02:00
Karate man game switch cue fix
This commit is contained in:
@ -35,7 +35,7 @@ namespace RhythmHeavenMania.Games.KarateMan
|
||||
|
||||
public static KarateJoe instance { get; set; }
|
||||
|
||||
private void Start()
|
||||
private void Awake()
|
||||
{
|
||||
instance = this;
|
||||
anim = GetComponent<Animator>();
|
||||
|
Reference in New Issue
Block a user