Add Alot of stuff, Computer, repairStation, Whole game, Many things!
This commit is contained in:
8
Assets/HUD/BankruptScreenController.cs
Normal file
8
Assets/HUD/BankruptScreenController.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class BankruptScreenController : MonoBehaviour {
|
||||
public void Restart() {
|
||||
SceneManager.LoadScene("MainMenu");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user