mirror of
https://github.com/nothke/quality-control.git
synced 2025-08-11 08:03:44 +00:00
minor fixes
This commit is contained in:
@@ -35,6 +35,11 @@ public class Scoreboard: MonoBehaviour
|
||||
{
|
||||
Instance = this;
|
||||
}
|
||||
|
||||
foreach (var stageProp in FindObjectsOfType<StageProp>(true))
|
||||
{
|
||||
stageProp.gameObject.SetActive(false);
|
||||
}
|
||||
}
|
||||
|
||||
public void StartStage(StagingManager.StageEnum stage)
|
||||
|
Reference in New Issue
Block a user