Format code
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Scampz.GameJam.Assets.Scripts
|
||||
{
|
||||
var sceneCount = SceneManager.sceneCount;
|
||||
var scenes = new List<Scene>();
|
||||
|
||||
|
||||
for (var i = 0; i < sceneCount; ++i)
|
||||
scenes.Add(SceneManager.GetSceneAt(i));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user