mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/MI-38.git
synced 2026-01-24 05:45:38 +03:00
04.07.2022
This commit is contained in:
12
Heli_with_panels/Assets/Fusel/scripts/SwiScene.cs
Normal file
12
Heli_with_panels/Assets/Fusel/scripts/SwiScene.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using UnityEngine.SceneManagement;
|
||||
|
||||
public class SwiScene : MonoBehaviour
|
||||
{
|
||||
void Start()
|
||||
{
|
||||
SceneManager.LoadScene(1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user