kommentek + update

This commit is contained in:
2023-02-16 14:55:48 +01:00
parent 92b47f4796
commit 835e357c7c
18 changed files with 692 additions and 645 deletions

View File

@@ -26,8 +26,4 @@ public class SceneUIManager : MonoBehaviour
public void LoadScene(int sceneIndex) {
SceneManager.LoadScene(sceneIndex);
}
public void DisableUI(string UIName) {
//to be implemented when some ui is done
}
}
}