Store WIP

This commit is contained in:
2023-01-17 05:17:41 +05:30
parent fe14f582b9
commit df54712168
19 changed files with 5622 additions and 5 deletions

View File

@@ -26,6 +26,6 @@ public class GameUI : MonoBehaviour
public void Restart(){
SceneManager.LoadScene(0);
SceneManager.LoadScene(2);
}
}