mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 12:47:38 +02:00
de-static-ify game manager and conductor for minigame logic
This commit is contained in:
@ -27,6 +27,9 @@ namespace HeavenStudio.Games
|
||||
|
||||
[NonSerialized] public string minigameName;
|
||||
|
||||
[NonSerialized] public GameManager gameManager;
|
||||
[NonSerialized] public Conductor conductor;
|
||||
|
||||
#region Premade Input Actions
|
||||
protected const int IAEmptyCat = -1;
|
||||
protected const int IAPressCat = 0;
|
||||
|
Reference in New Issue
Block a user