Prototyped the object production scheduling.

This commit is contained in:
Khauvinkh
2024-08-17 15:12:00 +02:00
parent 4c839e6f98
commit 5a8bab2f41
23 changed files with 726 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ public class StagingManager: MonoBehaviour
{
Instance = this;
}
SetStage(StageEnum.Level1);
}
public void OnDestroy()