Clean up project, create Singleton
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
|
||||
public static string TitleScreenScene => "TitleScreen";
|
||||
|
||||
public static string BaseScene => "BaseScene";
|
||||
public static string Singleton => "Singleton";
|
||||
|
||||
public static string WorldMap => "WorldMap";
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ using UnityEngine.SceneManagement;
|
||||
|
||||
namespace Scampz.GameJam
|
||||
{
|
||||
public class BaseSceneManager : MonoBehaviour
|
||||
public class SingletonManager : MonoBehaviour
|
||||
{
|
||||
void Start()
|
||||
{
|
||||
Reference in New Issue
Block a user